Commit 93d0810
authored
Introducing Synchronous Methods to Public APIs (firebase#146)
* Adding the sync APIs for FirebaseAuth
* Added more tests; Added sync APIs for FirebaseMessaging
* Removing Task references from database, iid and fcm APIs
* Fixing a typo
* Minor code clean up
* Updated javadocs; Renamed internal helpers of FirebaseMessaging for consistency
* Removed the deprecated FirebaseCredential API (firebase#149)
* Removing the Task API (firebase#152)
* Removed the deprecated FirebaseCredential API
* Removing the deprecated Task API
* Dropping Support for App Engine Java 7 Runtime (firebase#153)
* Dropping support for GAE 7
* Removed GaeThreadFactory, GaeExecutorService and RevivingScheduledExecutor
* Removed the deprecated FirebaseCredential API
* Removing GAE java7 related APIs (GaeThreadFactory, RevivingScheduledExecutor)
* Removed GaePlatform implementation
* Added FirebaseScheduledExecutor
* Updated documentation
* Some minor nits from code reviews
* Calling super method in DefaultRunLoop executor
* Removing Deprecated LogWrapper API (firebase#154)
* Dropping support for GAE 7
* Removed GaeThreadFactory, GaeExecutorService and RevivingScheduledExecutor
* Removed the deprecated FirebaseCredential API
* Removing GAE java7 related APIs (GaeThreadFactory, RevivingScheduledExecutor)
* Removed GaePlatform implementation
* Added FirebaseScheduledExecutor
* Updated documentation
* Removing LogWrapper API
* Removing PrefixedLogger
* Removing test config file
* Updated CHANGELOG
* Minor clean ups pointed out in the code review
* Minor API doc fixes (firebase#171)1 parent 031965f commit 93d0810
99 files changed
Lines changed: 1388 additions & 6833 deletions
File tree
- src
- main/java/com/google/firebase
- auth
- internal
- database
- connection
- util
- core
- persistence
- view
- logging
- utilities
- iid
- internal
- messaging
- tasks
- test/java/com/google/firebase
- auth
- database
- connection
- core
- persistence
- integration
- utilities
- iid
- internal
- messaging
- tasks
- testing
- 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 | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
3 | 15 | | |
4 | 16 | | |
5 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | 37 | | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 44 | | |
50 | 45 | | |
51 | 46 | | |
| |||
176 | 171 | | |
177 | 172 | | |
178 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
179 | 177 | | |
180 | 178 | | |
181 | 179 | | |
| |||
185 | 183 | | |
186 | 184 | | |
187 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
188 | 189 | | |
189 | 190 | | |
190 | | - | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
191 | 197 | | |
192 | 198 | | |
193 | 199 | | |
194 | 200 | | |
| 201 | + | |
| 202 | + | |
195 | 203 | | |
196 | 204 | | |
197 | 205 | | |
| |||
241 | 249 | | |
242 | 250 | | |
243 | 251 | | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | 252 | | |
258 | 253 | | |
259 | 254 | | |
| |||
317 | 312 | | |
318 | 313 | | |
319 | 314 | | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
| 315 | + | |
324 | 316 | | |
325 | 317 | | |
326 | 318 | | |
| |||
383 | 375 | | |
384 | 376 | | |
385 | 377 | | |
386 | | - | |
387 | | - | |
| 378 | + | |
| 379 | + | |
388 | 380 | | |
389 | 381 | | |
390 | 382 | | |
| |||
395 | 387 | | |
396 | 388 | | |
397 | 389 | | |
398 | | - | |
399 | | - | |
| 390 | + | |
400 | 391 | | |
401 | | - | |
| 392 | + | |
402 | 393 | | |
403 | 394 | | |
404 | 395 | | |
| |||
462 | 453 | | |
463 | 454 | | |
464 | 455 | | |
465 | | - | |
| 456 | + | |
466 | 457 | | |
467 | 458 | | |
468 | 459 | | |
| |||
569 | 560 | | |
570 | 561 | | |
571 | 562 | | |
572 | | - | |
| 563 | + | |
573 | 564 | | |
574 | | - | |
575 | | - | |
576 | | - | |
577 | | - | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
594 | 570 | | |
595 | | - | |
596 | | - | |
597 | | - | |
598 | | - | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
599 | 580 | | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
600 | 584 | | |
601 | 585 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 28 | + | |
32 | 29 | | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
36 | 33 | | |
| 34 | + | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
42 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
43 | 57 | | |
44 | 58 | | |
45 | 59 | | |
| |||
55 | 69 | | |
56 | 70 | | |
57 | 71 | | |
58 | | - | |
| 72 | + | |
59 | 73 | | |
60 | 74 | | |
61 | 75 | | |
| |||
260 | 274 | | |
261 | 275 | | |
262 | 276 | | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | | - | |
275 | | - | |
276 | | - | |
277 | | - | |
278 | | - | |
279 | | - | |
280 | | - | |
281 | 277 | | |
282 | 278 | | |
283 | 279 | | |
| |||
Lines changed: 3 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | | - | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 50 | | |
59 | 51 | | |
60 | 52 | | |
| |||
70 | 62 | | |
71 | 63 | | |
72 | 64 | | |
73 | | - | |
| 65 | + | |
| 66 | + | |
74 | 67 | | |
75 | 68 | | |
76 | 69 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments