Yogiyadavmca
8527aa8c48
fix(crashlytics,ios): use quotes on build script ( #2962 )
2019-12-07 23:07:11 +00:00
Salakar
99408e043c
docs(auth): add Apple auth iOS only note
2019-12-07 23:03:56 +00:00
Salakar
7ec161aa1d
docs(auth): add Apple auth links
2019-12-07 22:59:24 +00:00
Mike Diarmid
3e20af06db
feat(auth): add initial support for Apple auth provider ( #2979 )
2019-12-07 22:47:48 +00:00
Joel Gallant
fde6b9f879
refactor(internal): switch default export syntax ( #2975 )
2019-12-06 20:43:32 +00:00
Pablo Kebees
69482eb9b5
docs(auth): fix incorrect auth credential example ( #2969 )
2019-12-06 20:42:22 +00:00
Elliot Hesp
5999a6636f
chore(*) Update bug report template
...
Add JS in bug report for package.json/firebase.json
2019-11-28 16:45:37 +00:00
Mike Hardy
5be0fdd1c3
Add JS in bug report for package.json/firebase.json
2019-11-28 10:27:08 -05:00
Salakar
f15295bbd0
chore(*): v6.1.0
2019-11-26 04:26:30 +00:00
Salakar
53eb82fa3a
chore(*): v6.1.0
2019-11-26 04:25:16 +00:00
Salakar
d7252a2d4e
fix(database,android): fix issue where transaction signal state error not caught
2019-11-26 04:00:41 +00:00
Salakar
3e909813fb
feat(template): update template to RN 0.61.5
2019-11-26 03:49:27 +00:00
Salakar
53f0788c61
docs(messaging): add docs for #2657
2019-11-26 03:22:09 +00:00
Salakar
8c339d10e2
fix(messaging,ios): wait for remote notification registration status
...
Wait for remote notification registration before resolving on `requestPermission`. This fixes issue #2657 where remote registration is still in progress when attempting retrieve a token.
2019-11-26 03:01:52 +00:00
Salakar
3b67135e8b
test(database): use secondary db instance for root test
2019-11-26 01:46:02 +00:00
Salakar
9df493e837
fix(auth): dont mutate modifiers ordering when building query key ( fixes #2833 )
2019-11-26 01:44:11 +00:00
Salakar
09058ee5bb
test(auth): remove unnecessary sleep call
2019-11-26 01:04:56 +00:00
Salakar
bbf3df98ab
fix(database,ios): return null snapshot key if does not exist ( fixes #2813 )
2019-11-26 01:01:52 +00:00
Salakar
83e3017b7a
docs(*): regenerate reference docs
2019-11-25 22:36:33 +00:00
Salakar
342c7365c4
refactor(analytics): fix linting issue from #2822
2019-11-25 22:35:56 +00:00
Tom Berriot
3b8757c0d4
fix(analytics): ts logEvent params arg should be optional ( #2822 )
...
* Fix analytics log event params not optional when it should be
* Update Flow analytics log event type not in sync
2019-11-25 22:33:25 +00:00
Justin Huntington
4c19b9439d
fix(crashlytics): setCrashlyticsCollectionEnabled return promise ( #2792 )
...
setCrashlyticsCollectionEnabled should return a promise to match the types.
2019-11-25 22:32:06 +00:00
Salakar
b7374add76
refactor(*): remove unused code & fix linting issues
2019-11-25 21:46:06 +00:00
Salakar
2fc9e9d537
fix(storage,js): validate that list maxResults is an integer value
2019-11-25 21:38:21 +00:00
Salakar
94881037e0
fix(storage,ios): use long value for maxResults list option ( fixes #2804 )
2019-11-25 21:36:51 +00:00
Salakar
8b451b48ee
test(vision): disable text recognizer tests for android
...
Enable once ML Kit Model download manager support implemented
2019-11-25 21:22:22 +00:00
Salakar
1940d6c8fb
fix(messaging): deprecate onTokenRefresh(event => event.token) fixes #2889
2019-11-25 21:19:29 +00:00
Salakar
547d0a2d74
feat(ios): upgrade Firebase iOS SDK version to 6.13.0
2019-11-25 20:53:34 +00:00
Salakar
c4adc1bc22
test(vision): disable text recognizer tests for android
...
Enable once ML Kit Model download manager support implemented
2019-11-25 20:52:31 +00:00
Salakar
5b612ba6ae
chore(tests): longer retry delays to work around ML Kit model download (to be fixed once model manager support added)
2019-11-25 20:45:46 +00:00
Salakar
8e8b380597
refactor(*): formatting
2019-11-25 13:27:38 +00:00
Salakar
0e025a13c2
refactor(*): goodbye notifications
2019-11-25 13:24:02 +00:00
Salakar
44537d4e95
Merge remote-tracking branch 'origin/master'
2019-11-25 12:59:48 +00:00
Salakar
ccc1ba4ae9
refactor(*): goodbye invites
2019-11-25 12:59:36 +00:00
Mike Hardy
88a01672a8
fix(admob,ios): use AdMob vs Admob for Pod name ( #2922 )
...
I believe this is necessary for case-sensitive file systems
2019-11-24 18:35:38 +00:00
Facundo Acosta
fded28621f
fix(storage): fix video asset resources on iOS13 ( #2750 )
...
* 🐛 Fix video asset resource on iOS13
* Update packages/storage/ios/RNFBStorage/RNFBStorageCommon.m
Co-Authored-By: Mike Diarmid <mike.diarmid@gmail.com >
* Update packages/storage/ios/RNFBStorage/RNFBStorageCommon.m
Co-Authored-By: Mike Diarmid <mike.diarmid@gmail.com >
2019-11-24 18:30:38 +00:00
Salakar
9dd3fa68c3
fix(template): add noCompress tflite by default to android template (for #2478 )
2019-11-24 18:25:15 +00:00
Mike Diarmid
42e034c480
feat(firestore): array-contains, array-contains-any & in filters ( #2868 )
...
* feat(firestore) Add IN query support (JS/Android)
* feat(firestore) in query validation
* feat(firestore) in query ios support / tests
* docs(firestore): update reference docs to include in query support
2019-11-24 18:21:38 +00:00
Salakar
e14680adde
refactor(linting): fix linting issue
2019-11-24 17:14:54 +00:00
Cameron Knight
f0e614f485
fix(messaging): typo in isRegisteredForRemoteNotifications ( #2645 )
...
This changes the access of `native.isRegisteredForRemoteNotifcations` (missing `i`) to `native.isRegisteredForRemoteNotifications`, which matches the string defined in https://github.com/invertase/react-native-firebase/blob/master/packages/messaging/ios/RNFBMessaging/RNFBMessagingModule.m#L58
This also fixes the coercion of falsy values to `true`, which would have occurred if `native.isAutoInitEnabled` or `native.isRegisteredForRemoteNotifications` were initially `false`.
2019-11-23 17:28:30 +00:00
SaeedZhiany
24ed7161d3
refactor(*): load Android Gradle Plugin conditionally ( #2863 )
...
* Loaded Android Gradle Plugin conditionally, Upgraded AGP version to 3.5.2
* Upgraded AGP version to 3.5.2
* upgraded Gradle wrapper version to 5.6.4
2019-11-23 17:22:07 +00:00
Robin Binder
fb4941b6e5
feat(template): upgrade to React Native 0.61.4 ( #2821 )
...
* upgraded to react native 0.61.4
* line break fix in podfile for rn 0.61.4 upgrade
2019-11-23 17:19:31 +00:00
Graeme Coupar
57965e73a7
feat(remote-config): support minimumFetchInterval config setting ( #2789 )
...
Prior to this change the only RemoteConfig setting that was available is
the isDeveloperModeEnabled setting. On iOS this setting causes react
native firebase to call `initWithDeveloperModeEnabled` - which [is
deprecated](https://github.com/firebase/firebase-ios-sdk/blob/master/FirebaseRemoteConfig/Sources/Public/FIRRemoteConfig.h#L148-L149 )
and appears to do nothing.
This adds support for the minimumFetchInterval setting, which is the
recommended way to control the fetch timeout now (on iOS at least)
2019-11-23 17:00:31 +00:00
Dulmandakh
7cab58d87f
fix(messaging,ios): hasPermission checks authorizationStatus ( #2908 )
2019-11-23 16:50:33 +00:00
Juan
1fb296dc3b
fix(admob): add null checks for getCurrentActivity() usages ( #2913 )
2019-11-23 16:45:34 +00:00
Ramakrishnan K
227ab631a6
fix(auth): trigger initial listener asynchronously ( #2897 )
...
Applies to onAuthStateChanged, onIdTokenChanged & onUserChanged
2019-11-23 16:37:49 +00:00
Elliot Hesp
f9da620105
docs(*) Fix typos in DynamicLinks Quick Start guide
2019-11-21 09:44:07 +00:00
Elliot Hesp
d421a6d03c
docs(*) Fix package names in documentation
2019-11-21 09:42:54 +00:00
Radosław Szalski
40926dc2ea
[Docs] Fix typos in DynamicLinks Quick Start guide
...
Also, I slightly reworded the description of `getInitialLink()`.
2019-11-21 09:53:45 +01:00
Dulmandakh
84549bcdd7
fix package names in documentation
2019-11-21 11:11:37 +08:00