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
Elliot Hesp
c497742bad
docs(perf): Add HTTP metric.start command to example ( #3110 )
...
docs(perf): Add HTTP metric.start command to example
2020-01-18 10:37:51 +00:00
Jack Burgess
8045058b0e
docs(perf): Add HTTP metric.start command to example
2020-01-18 00:06:31 +00:00
Jeff Gu Kang
760b8f25a2
docs(iid): fix typo -> iid.get() to iid().get() ( #3098 )
2020-01-16 00:33:59 +00:00
Mike Hardy
036a50e7b8
docs(crashlytics): notes on what to expect for crashes ( #3092 )
2020-01-14 11:08:52 +00:00
Cuneyt Aliustaoglu
39016346e4
fix(crashlytics,ios): version bump native ios deps ( #3013 )
...
* version bump: Crashlytics 3.12.0->3.14.0 & Fabric 1.9.0->1.10.2 to prevent deprecated UIWebView issue
* update Podfile.lock
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com >
2020-01-14 10:59:10 +00:00
Michael Tamm
84be0ee2b2
fix(crashlytics): handle undefined fileName in stack frames ( #3080 )
2020-01-13 17:23:32 +00:00
Pablo Kebees
c5043d1fcf
fix(auth,ios): remove unnecessary string cast ( #3091 )
...
* Removed string cast from dynamicLinkDomain
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com >
2020-01-13 17:16:22 +00:00
Anderson Addo
da0408ca4e
docs(storage): add note about errors #3033 ( #3034 )
...
This is a suggested way to improve the error documentation of this package. I've talked more about my feelings about the current state of the error documentation in #3033
2019-12-30 13:28:52 +00:00
Joel Gallant
2e2b24e51d
chore(app): refactor default re-export syntax ( #3036 )
2019-12-30 13:22:15 +00:00
Gustavo
e7fced7348
fix(app): typo ( #3047 )
2019-12-30 13:21:05 +00:00
Sandro Machado
6a64c478dd
docs(messaging): fix broken Firebase link ( #3028 )
...
Fix the link to the cloud messaging product on the README.md
2019-12-20 10:42:15 +00:00
Jesse Katsumata
3cc22c8936
docs(*): update npm badge ( #2996 )
...
* docs(*): update npm badge
* docs(*): update README badge
2019-12-16 14:07:40 -05:00
Elliot Hesp
38ff48df30
Update index.md
2019-12-16 13:19:01 +00:00
Russell Wheatley
bc0ed1b18f
docs(auth): updated social auth docs to include Apple ( #2982 )
...
* updated apple social auth docs
* replace existing apple auth section
2019-12-09 15:20:53 +00:00
Salakar
5ce2ee3548
chore(*): v6.2.0
2019-12-08 00:07:43 +00:00
Salakar
8ae094a2d5
chore(*): v6.2.0
2019-12-08 00:03:12 +00:00
Salakar
ab070afd17
docs(*): changelog generator
2019-12-07 23:56:00 +00:00
Salakar
a5847c9837
docs(dynamic-links): tweak quick-start documentation
2019-12-07 23:31:22 +00:00
sirajalam049
09559bdb6a
docs(dynamic-links): resolving "Type 'Function' provides no match for the signature '(): void | undefined'.ts(2345)". ( #2945 )
2019-12-07 23:28:11 +00:00
Diego Castillo
9823d840d0
docs(auth): fix typos in quick-start.md ( #2948 )
...
Fixes typos in the auth quick start page
2019-12-07 23:26:23 +00:00
Salakar
063031f774
Merge remote-tracking branch 'origin/master'
2019-12-07 23:19:15 +00:00
Salakar
6f49a6248d
docs(auth): update quick start
2019-12-07 23:19:05 +00:00
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