-
Notifications
You must be signed in to change notification settings - Fork 615
FIS error handling #911
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
FIS error handling #911
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
49708d2
Simplifying FirebaseInstallations class by adding listeners.
ankitaj224 a987647
Splitting multiple classes/interfaces into separate files.
ankitaj224 1d9b1ca
Addressing ciaran's comments to return same token if multiple getAuth…
ankitaj224 28d0d85
Addressing ciaran's comments to use a boolean to refresh auth token
ankitaj224 126e372
Cleaning up instrumented test file.
ankitaj224 c39cdb8
Ciaran's comments on synchronization and runnable.
ankitaj224 c21a59e
Ciaran's comments on synchronization and runnable.
ankitaj224 7a46ab0
Merge branch 'listeners' of github.com:firebase/firebase-android-sdk …
ankitaj224 314b3bb
Fixing precheck failures.
ankitaj224 715d427
Addressing Ciaran's comment on mock utils.
ankitaj224 bb322d0
Cleaning doRegistration method.
ankitaj224 1fd193b
Fixing nit comments.
ankitaj224 e2d3631
Addressing ciaran's comment on satisfying immediate getId response.
ankitaj224 e68e599
Fixing FISClient to correctly parse expiration timestamp. (#848)
ankitaj224 58c8efd
Updating getAuthToken to return creation timestamp (#884)
ankitaj224 56d1eab
Propagating the exceptions to the clients. (#856)
ankitaj224 c8367dc
Implemneting retry for FIS Client.
ankitaj224 72e335d
Merge branch 'listeners' of github.com:firebase/firebase-android-sdk …
ankitaj224 560fba1
Addressing ciaran's comments.
ankitaj224 3ac3da2
Merge branch 'fis_sdk' of github.com:firebase/firebase-android-sdk in…
ankitaj224 d9e5c22
Merge conflicts.
ankitaj224 f57137c
Nit fixes
ankitaj224 1d51edf
Extract FID from FIS createInstallation response (#888)
ankitaj224 0c0b9c2
Merge branch 'listeners' of github.com:firebase/firebase-android-sdk …
ankitaj224 0407614
Fixing verify format issue.
ankitaj224 2e7b881
1. Mark PersistedInstallationEntry status UNREGISTERED incase of 500 …
ankitaj224 615bdf4
Merge branch 'fis_sdk' of github.com:firebase/firebase-android-sdk in…
ankitaj224 dfa85e7
Addressing Ciaran & Rayo's comments.
ankitaj224 97b616c
Acceptiong Rayo's suggestion on code improvement.
ankitaj224 31d441a
Introducing responseCode to validate if the request was successful.
ankitaj224 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where does this test stub a 500 error?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the confusion. Added a comment & changed the test name. Does this makes sense?