Commit 50ab119
authored
Migrating to GoogleCredentials (firebase#71)
* Using new Google auth credentials from GCP
* Added proactive token refresh logic
* Removing unused method
* Making a test util synchronous
* Fixing a race condition
* Handling negative refresh delays
* Not notifying the credential listener for existing token
* Synchronization in TokenRefresher
* Using project ID option for verifying ID tokens
* Arg check for project ID
* Added a test case for signUrl() functionality in gcloud SDK
* Migrated to google-auth-library v0.8
* Updated documentation; Moved getProjectId() logic to FirebaseApp; Removed addCredentialsChangedListener() from FirebaseApp
* Responding to some code review feedback
* Removing accidentally added test file
* Improved FirebaseAuth lifecycle management
* Cleaned up the TokenChangeListener interface of DB1 parent 9117f75 commit 50ab119
46 files changed
Lines changed: 1027 additions & 1154 deletions
File tree
- src
- main/java/com/google/firebase
- auth
- internal
- cloud
- database/core
- internal
- test/java/com/google/firebase
- auth
- cloud
- database
- core
- persistence
- integration
- internal
- testing
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
| 315 | + | |
315 | 316 | | |
316 | 317 | | |
317 | 318 | | |
| |||
333 | 334 | | |
334 | 335 | | |
335 | 336 | | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | 337 | | |
347 | 338 | | |
348 | 339 | | |
349 | 340 | | |
350 | 341 | | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
351 | 347 | | |
352 | 348 | | |
353 | 349 | | |
354 | 350 | | |
355 | 351 | | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
356 | 364 | | |
357 | 365 | | |
358 | 366 | | |
359 | 367 | | |
360 | 368 | | |
| 369 | + | |
| 370 | + | |
361 | 371 | | |
362 | 372 | | |
363 | 373 | | |
| |||
0 commit comments