Salakar
|
f7b0acdada
|
[tests][ios] misc firestore transactions
|
2018-10-16 18:15:18 +01:00 |
|
Salakar
|
4b8d840648
|
[ios][notifications] fix completion crash: #1576
|
2018-10-16 18:14:32 +01:00 |
|
Salakar
|
4b0486e58a
|
[tests][ios] update podfile.lock
|
2018-10-15 20:38:38 +01:00 |
|
Salakar
|
5b8e9763c4
|
[ios][firestore] transactions re-work
|
2018-10-15 20:14:48 +01:00 |
|
Michael Diarmid
|
1b9273f409
|
Merge pull request #1580 from evelynccordner/patch-1
Fix typings to for `createShortDynamicLink`
|
2018-10-15 01:41:15 +01:00 |
|
Salakar
|
4abd297869
|
Merge remote-tracking branch 'origin/master'
|
2018-10-15 01:26:56 +01:00 |
|
Salakar
|
ffc2eca6da
|
[js] add workaround for module-resolver issues - #1560
|
2018-10-15 01:26:35 +01:00 |
|
Michael Diarmid
|
1a4b251efa
|
Merge pull request #1595 from eragon512/database-reference-to_json
attempting implementation of Reference.toJSON()
|
2018-10-15 01:20:14 +01:00 |
|
Salakar
|
11c39503a0
|
[android][notifications] additional tweaks for #1392 fix
|
2018-10-15 01:10:10 +01:00 |
|
Salakar
|
7a9eb126a2
|
[android][notifications] additional catches for < v26 android support libraries - fixes #1550 #1549 #1553 #1399
|
2018-10-15 00:53:47 +01:00 |
|
Salakar
|
e01331a3e9
|
[android][notifications] additional catches for < v26 android support libraries - fixes #1550 #1549 #1553 #1399
|
2018-10-15 00:18:14 +01:00 |
|
Salakar
|
99e417e8e3
|
Merge remote-tracking branch 'origin/master'
|
2018-10-14 23:45:54 +01:00 |
|
Salakar
|
938210190b
|
[android][notifications] cleanup and fix several missing build version checks + context leaks...
Fixes #1550 #1549 #1553 #1399
|
2018-10-14 23:45:45 +01:00 |
|
eragon512
|
2d28e186a9
|
[modules][database]: implements Reference.toJSON()
|
2018-10-15 01:32:25 +05:30 |
|
Michael Diarmid
|
6dfa9f6f29
|
Merge pull request #1594 from invertase/ios-updates
[ios] Firebase SDK update -> v5.10.0
|
2018-10-14 17:11:31 +01:00 |
|
Salakar
|
7992f6e359
|
[ios] update project file
[ios] update firebase sdks to v5.10.0
|
2018-10-14 16:43:29 +01:00 |
|
Salakar
|
af4b2f8681
|
[android] update firebase sdk dependencies
|
2018-10-12 18:09:43 +01:00 |
|
Salakar
|
3eea8dd011
|
[android][tests] update gradle to 4.6
|
2018-10-12 18:09:01 +01:00 |
|
Salakar
|
0426dd5c8c
|
[android] force Java 8 target compatibility - #1070
|
2018-10-12 14:56:08 +01:00 |
|
Salakar
|
0820e6a488
|
[android] replace android.support NonNull & Nullable annotation instances with java annotations + linting/formatter changes
|
2018-10-12 14:24:47 +01:00 |
|
Evelyn Cordner
|
a43909c35f
|
Fix typings to for createShortDynamicLink
'createShortDynamicLink' should accept a link as well as a type parameter, similar to 'createDynamicLink'.
See documentation here: https://rnfirebase.io/docs/v4.3.x/links/reference/links#createShortDynamicLink
|
2018-10-09 11:34:30 -07:00 |
|
Michael Diarmid
|
94852c8902
|
Merge pull request #1546 from Jyrno42/patch-1
Fix `removeDeliveredNotificationsByTag`
|
2018-10-01 19:25:01 +01:00 |
|
Jürno Ader
|
db9669e186
|
Fix removeDeliveredNotificationsByTag
|
2018-10-01 13:54:25 +03:00 |
|
Salakar
|
35a393fcc9
|
[tests] misc
|
2018-09-27 09:59:04 +01:00 |
|
Michael Diarmid
|
b239aefdf7
|
Merge pull request #1533 from zhigang1992/fixFunctionsType
Add functions type
|
2018-09-27 08:48:37 +01:00 |
|
Kyle Fang
|
b91b9dfd74
|
Add functions type
|
2018-09-27 11:31:07 +08:00 |
|
Salakar
|
2f3d9146eb
|
5.0.0
v5.0.0
|
2018-09-26 08:52:31 +01:00 |
|
Salakar
|
2c939872bc
|
update feature table
|
2018-09-26 08:37:34 +01:00 |
|
Salakar
|
9818fc80e0
|
update feature table
|
2018-09-26 08:35:53 +01:00 |
|
Salakar
|
3a1df2bb3e
|
update versions
|
2018-09-26 08:28:16 +01:00 |
|
Salakar
|
f1a85a06f8
|
[auth][ios][android] ActionCodeInfo now correctly has an operation property (incorrectly set to actionType formerly) - fixes #1423
|
2018-09-26 08:02:59 +01:00 |
|
Salakar
|
a8900ee7cf
|
[android][notifications] fix vibrationPattern crash - array not initialized with size..
|
2018-09-26 07:40:41 +01:00 |
|
Salakar
|
e20652d67d
|
[ios][crashlytics] add support for multiple crashlytics locations (pods vs manual linking) fixes #1401
|
2018-09-26 07:39:20 +01:00 |
|
Salakar
|
4ec5524645
|
[ios][crashlytics] add support for multiple crashlytics locations (pods vs manual linking) fixes #1401
|
2018-09-26 06:57:11 +01:00 |
|
Salakar
|
ed68f29178
|
[ios][tests] update to v5.9.0 iOS SDKs
|
2018-09-25 22:40:56 +01:00 |
|
Salakar
|
0c24d8c148
|
5.0.0-rc6
v5.0.0-rc6
|
2018-09-25 22:07:55 +01:00 |
|
Michael Diarmid
|
3b3c088da7
|
Merge pull request #1528 from invertase/auth-getidtokenresult
[auth] add getIdTokenResult support
|
2018-09-25 21:50:54 +01:00 |
|
Salakar
|
f98f21b0c9
|
[auth][ios] use claims provider if tokenResult provider empty
|
2018-09-25 21:44:41 +01:00 |
|
Salakar
|
aba018f357
|
[ios][auth] add native getIdTokenResult method
|
2018-09-25 20:11:59 +01:00 |
|
Salakar
|
6f2f455ea6
|
[ios][utils] add getISO8601String helper
|
2018-09-25 20:11:21 +01:00 |
|
Salakar
|
6ac1ae8e88
|
[tests][auth] remove fetchProvidersForEmail usage - fn no longer exists
|
2018-09-25 19:03:00 +01:00 |
|
Salakar
|
6e7feaa7e8
|
[tests][auth] add getIdTokenResult test
|
2018-09-25 19:02:26 +01:00 |
|
Salakar
|
41f6614548
|
[auth][android] implement native user.getIdTokenResult method
|
2018-09-25 19:01:31 +01:00 |
|
Salakar
|
cf62ce9dfa
|
[auth][js] implement user.getIdTokenResult method + flow types
|
2018-09-25 18:59:26 +01:00 |
|
Salakar
|
81adcaddbe
|
[android][utils] timestampToUTC method
|
2018-09-25 18:58:30 +01:00 |
|
Salakar
|
e0d1f64898
|
[ios][auth] rename native method for getIdToken
|
2018-09-25 18:57:33 +01:00 |
|
Salakar
|
4e6cbdd74c
|
[types][auth] add IdTokenResult & getIdTokenResult typescript definitions
|
2018-09-25 18:56:56 +01:00 |
|
Salakar
|
90ed6c23bc
|
update npmignore
|
2018-09-25 18:55:15 +01:00 |
|
Salakar
|
78c0c0ca64
|
[auth][types] misc deprecation removals
|
2018-09-25 16:24:32 +01:00 |
|
Salakar
|
a3bfcf58d8
|
Merge remote-tracking branch 'origin/master'
|
2018-09-25 16:19:13 +01:00 |
|