Commit Graph

3521 Commits

Author SHA1 Message Date
Mike Diarmid
21d9e8aeb8 tests(auth): temporarily disable flakey tests 2020-02-06 12:59:20 +00:00
Mike Diarmid
1179d36fff tests(auth): temporarily disable flakey tests 2020-02-06 12:58:01 +00:00
russellwheatley
44b271c8b6 v6.3.1 2020-02-05 16:28:05 +00:00
russellwheatley
558abc7e29 v6.3.1 2020-02-05 16:26:28 +00:00
Russell Wheatley
ffcb4d432b fix(dynamic-linking): analytics param bug fix (#3171) 2020-02-05 13:25:57 +00:00
ehesp
400f14ab47 docs(messaging): update quick start docs 2020-02-05 11:16:48 +00:00
russellwheatley
7c746c04c0 6.3.0 2020-02-04 09:35:24 +00:00
russellwheatley
f61c858140 6.3.0 2020-02-04 09:22:49 +00:00
Elliot Hesp
5de37708da feat(firestore): add QueryDocumentSnapshot interface 2020-02-03 15:23:16 +00:00
ehesp
2ee781f2ba fix(firestore): fix incorrect test 2020-02-03 15:19:30 +00:00
ehesp
a3aaff353f fix(firestore): use document path when querying by collection group #3063 2020-02-03 15:17:22 +00:00
ehesp
13a6560a40 feat(firestore): fix Android Long/Double conversion #3004 2020-02-03 14:27:27 +00:00
Mike Diarmid
1c322a0dd1 Update quick-start.md 2020-01-31 11:58:33 +00:00
Vytenis
2cd513aee3 fix(types): remove types in ConfirmationResult.js (#3153)
* Update ConfirmationResult.js

'types' can only be used in a .ts file.

* Update OAuthProvider.js
2020-01-31 11:28:03 +00:00
Russell Wheatley
46be1b0c99 fix(package/app): remove obj.freeze for redux-firestore 2020-01-31 10:52:19 +00:00
Alex Porras
95be87780c fix(app,ios): fix setPlistValue when plist paths have spaces (#3152) 2020-01-30 18:41:48 +00:00
Russell Wheatley
775d037d83 updates ios installation docs for app (#3151) 2020-01-30 16:40:35 +00:00
Mike Diarmid
c60e49e410 Update sidebar.yaml 2020-01-30 13:10:55 +00:00
Mike Diarmid
0bd1f54d52 Delete ios-setup.md 2020-01-30 13:10:27 +00:00
Mike Diarmid
379e26dede Update ios.md 2020-01-30 13:09:56 +00:00
Joel Nordström
2edf28c70e Merge branch 'master' into query-document-snapshot 2020-01-30 14:01:57 +01:00
Katharine Padilha
28e6c46b13 docs(firestore): update Android & iOS manual integration steps (#2560)
* Update firestore android and ios docs

* Update manual integration alert

* add multidex complete setup docs

* Update docs/firestore/android.md

* Update docs/firestore/android.md

* Update docs/firestore/ios.md

* Update docs/firestore/ios.md

* Update docs/firestore/ios.md

* Update docs/firestore/android.md

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
2020-01-30 13:01:01 +00:00
Joel Nordström
f1cf24cd8c Merge branch 'master' into query-document-snapshot 2020-01-30 13:59:04 +01:00
Jojo Narte
b9f856e08b docs(crashlytics): iOS manual integration steps (#2184)
* Update ios.md

Update ios.md for steps in integrating crashlytics to iOS application

* Update docs/crashlytics/ios.md

Co-Authored-By: Mike Diarmid <mike.diarmid@gmail.com>

* use environment variable

point Fabric and Crashlytics version to environment variable in ios/Podfile

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
2020-01-30 12:26:17 +00:00
Mike Diarmid
341a5ab400 Update ios.md 2020-01-30 12:24:23 +00:00
Mike Diarmid
4c4fa0eb90 docs(crashlytics): remove unnecessary pods
Pods are not needed as the `RNFBCrashlytics` podspec already has these as dependencies
2020-01-30 12:20:51 +00:00
Russell Wheatley
b8490a58a8 add key to the Reference type for realtime db (#3150)
* add key to the Reference type for realtime db

* Update packages/database/lib/index.d.ts

* Update packages/database/lib/index.d.ts

* Update packages/database/lib/index.d.ts

* removed spacing

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
2020-01-30 12:16:38 +00:00
Mike Diarmid
f27178fedb Update ios.md 2020-01-30 12:09:58 +00:00
Mike Diarmid
0352d55cb9 Update ios-configure-apns.md 2020-01-30 12:07:36 +00:00
Mike Diarmid
1afde4cffd docs(messaging): fix broken link & styling 2020-01-30 12:04:33 +00:00
Andréas Hanss
25a4f55f8c docs(crashlytics): add note about required module import (#2921)
* Update quick-start.md
* Update quick-start.md
Co-authored-by: Mike Hardy <github@mikehardy.net>
2020-01-30 11:50:28 +00:00
Juan
b5243cf25a fix(admob,android): null check activity in consent form (#2985)
* Added missing null checks for getCurrentActivity()

* Added null check in Consent module form.
Wrapped consentForm.show() with try-catch.

Co-authored-by: Mike Hardy <github@mikehardy.net>
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
2020-01-30 11:48:09 +00:00
Andrew Fladmark
7db4cd883a fix(app,ios): use correct import of RCTBridgeModule.h (#2850)
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
Co-authored-by: Mike Hardy <github@mikehardy.net>
2020-01-30 11:44:37 +00:00
Russell Wheatley
62138b7511 docs(messaging): add xcode configuration docs (#3136)
* apple integration cloud messaging

* split ios apple integration docs

* rchanged duplicate title

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
2020-01-30 11:39:36 +00:00
Russell Wheatley
8fa44d2f23 docs(crashlytics): fix incorrect method for crashlytics types (#3137) 2020-01-28 21:12:06 +00:00
Alex Porras
ceddf99673 fix(app,ios): handle Info.plist file paths with spaces (#3135) 2020-01-27 15:58:45 +00:00
Elliot Hesp
a77f4d4b45 docs(admob) update admob quick start for maxAdContentRating
Update admob quick start for maxAdContentRating
2020-01-27 10:25:41 +00:00
Russell Wheatley
044711cf7d Shared keychain ios (#3122)
* first step to implementing solution for #3074

* back to iOS 12.2 for simulator

* handle keychain error

* test for  iOS 'useUserAccessGroup'  function

* clean up keychain after setting it

* Update packages/auth/ios/RNFBAuth/RNFBAuthModule.m

* Update packages/auth/lib/index.d.ts

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
2020-01-27 10:12:25 +00:00
Russell Wheatley
1e567214e9 Performance bug (#3123)
* floating point number bug fix

* formatting
2020-01-27 10:11:56 +00:00
Pawel Sas
33d9f45aa9 Update admob quick start for maxAdContentRating 2020-01-26 19:19:45 +01:00
Elliot Hesp
e8e7becc06 fix(messaging) fix typescript signature for setBackgroundMessageHandler
Corrected typescript signature for setBackgroundMessageHandler (#3120)
2020-01-22 10:09:20 +00:00
Anderson Addo
9105b1fab3 Updated type-test.ts to reflect new signature. 2020-01-21 13:27:23 -05:00
Anderson Addo
a2879b60fd Corrected typescript signature for setBackgroundMessageHandler
It wasn't specified that it should actually return a promise
2020-01-21 12:30:51 -05:00
Mike Diarmid
239b35b362 fix(auth): add missing default actionCodeSettings
Highlighted by @mikehardy on Discord server
2020-01-21 16:54:36 +00:00
Dávid Lévai
ca2da3e453 docs(functions): fix ios manual linking typo (#3105) 2020-01-20 14:35:20 +00:00
Yu Watanabe
31d73f4087 docs(iam): fix gradle settings path in manual linking docs (#3108) 2020-01-20 14:32:15 +00:00
Anderson Addo
bb68cbf125 docs(crashlytics): improve Crashlytics docs in response to #2724 (#3112)
* Improved Crashlytics documentation in response to #2724

* Corrected a typo and made instructions about firebase.json clearer

Co-Authored-By: Mike Diarmid <mike.diarmid@gmail.com>

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
2020-01-20 14:30:36 +00:00
Russell Wheatley
c66bfc61db fix(firestore,android): add additional null check to exception handler 2020-01-20 11:49:57 +00:00
Ariel Reis
f90217ae9c docs(iid) :fix firebase import from iid module (#3103) 2020-01-20 10:25:21 +00:00
Mike Diarmid
d11c4ffe5b chore(docs): fix linting issue 2020-01-20 10:21:13 +00:00