Elliot Hesp
5077ec57bf
docs(*): Add note about expo support
2020-04-13 09:06:46 +01:00
Elliot Hesp
bb3d8d3de1
docs(messaging): update messaging changelog
2020-04-12 11:22:02 +01:00
Elliot Hesp
841be92f8f
docs(messaging): update ios permissions
2020-04-12 11:20:25 +01:00
Lisa Oppermann
ff8b1ce12b
docs: update database usage with switching database URL ( #3431 )
...
* docs: update database usage with switching database URL
I struggled a while with finding out how to switch the database URL for the [DEFAULT] firebase instance during runtime.
With version 5 it was very easy with simply passing the databaseURL to the database module.
The docs did not help unfortunately, so I tried a lot of ways which are documented in this ticket:
https://github.com/invertase/react-native-firebase/issues/3049
This PR shall help other people with the same situation too.
Furthermore, I hope to get valid feedback if the proposed implementation documented in this PR is actually correct.
* refactor: move section above firebase.json
* refactor: change section title
* refactor: remove title, fix typo
* refactor: fix typo
* refactor: feedback from review
2020-04-10 13:37:06 +01:00
Chris Anderson
adfd0777db
docs: fixes typo in iOS setup docs ( #3435 )
...
this is the iOS setup page.
2020-04-10 09:47:07 +01:00
Mike Diarmid
3d55b0978a
docs(messaging): fix permissions docs
2020-04-08 19:06:40 +01:00
Mike Diarmid
183b05c81a
docs(functions): fix typos & tweak wording
2020-04-08 18:23:55 +01:00
Mike Diarmid
a2bb98ed95
docs(database): fix typos & tweak wording
2020-04-08 17:59:22 +01:00
Salakar
926aab83c2
docs(release): tweak v6.4.0 notes
2020-04-08 12:15:52 +01:00
ehesp
88b58eba1b
docs(*): move enabling multidex to root
2020-04-08 08:43:54 +01:00
ehesp
670f0b19b1
docs(*): add app manual install pages
2020-04-07 08:55:14 +01:00
Dipansh Khandelwal
40c799f897
Update phone-auth.md
2020-04-06 04:13:16 +05:30
Dipansh Khandelwal
52d9cd0072
Update phone-auth.md
2020-04-06 03:36:02 +05:30
Russell Wheatley
b3be59f89b
docs: v6.4.0 changelog & md formatting ( #3392 )
2020-04-04 03:08:19 +01:00
Mike Diarmid
12a7c75b87
docs: add legacy docs link to sidebar
2020-04-03 16:22:13 +01:00
Mike Diarmid
c6a350e70a
docs: add link to legacy docs
2020-04-03 16:20:44 +01:00
Salakar
c7a02a1658
chore(docs): prettier & gen new typedocs
2020-04-03 14:12:50 +01:00
Elliot Hesp
68c6bce140
chore(docs): migrate to new docs website ( #3389 )
2020-04-03 14:00:59 +01:00
ehesp
bf5271ef46
chore(firestore) remove "HTML" tags from comment blocks
2020-03-04 15:41:35 +00:00
Mike Hardy
cee3e5f88a
docs(ml-vision): JSON lint: quote property keys, no trailing co… ( #3262 )
2020-03-03 15:54:32 +00:00
Mike Hardy
3a839359b5
docs(ml-natural-language): JSON lint: quote property keys, no t… ( #3263 )
2020-03-03 15:43:32 +00:00
Radek Czemerys
aa075fce41
docs(messaging): add await keyword requestPermission ( #3231 )
...
requestPermission example is missing `await` keyword.
2020-02-21 20:22:30 +00:00
Mohamad Khajavi
5e0137a3f6
docs(analytics): fix typo ( #3222 )
2020-02-18 11:20:41 +00:00
Jeremy
2c0b89a8fa
docs(messaging): add note about local notification apis ( #3221 )
...
* Added some text about Notifee in cloud messaging documentation.
* Update docs/messaging/index.md
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com >
2020-02-18 01:34:21 +00:00
Anderson Addo
d82e64cb35
docs(remote-config): remove unnecessary await in example ( #3218 )
2020-02-18 01:28:09 +00:00
Nil Puig
b2e9fbcb6a
Update android.md ( #3203 )
...
* Update android.md
adds missing import
* Update android.md
2020-02-13 10:11:22 +00:00
Thiago Marinho
c721f4b63f
docs(firestore): fix typo ( #3189 )
...
Co-authored-by: Russell Wheatley <russellwheatley85@gmail.com >
2020-02-11 09:34:39 +00:00
Russell Wheatley
28615dd810
docs(remote-config): fix typo
2020-02-10 08:11:58 +00:00
russellwheatley
7ddf09ac22
docs(dynamic-links): link & syntax error
2020-02-07 15:25:57 +00:00
ehesp
400f14ab47
docs(messaging): update quick start docs
2020-02-05 11:16:48 +00:00
Mike Diarmid
1c322a0dd1
Update quick-start.md
2020-01-31 11:58:33 +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
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
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
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
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
Pawel Sas
33d9f45aa9
Update admob quick start for maxAdContentRating
2020-01-26 19:19:45 +01: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
Ariel Reis
f90217ae9c
docs(iid) :fix firebase import from iid module ( #3103 )
2020-01-20 10:25:21 +00:00