Commit Graph

600 Commits

Author SHA1 Message Date
Lisa Oppermann
6d54d8c743 docs: update usage of secondary app (#3430)
I struggled a lot with simply switching the database URL within the [DEFAULT] app instance during run time.
I documented my solution in this ticket: https://github.com/invertase/react-native-firebase/issues/3049

This PR shall reflect my findings with switching app instances.
2020-05-05 22:44:33 +01:00
Peter Velkov
b684c92735 docs(auth): fix typo in description (#3605) 2020-05-05 22:40:32 +01:00
Russell Wheatley
e60cc17e78 docs(ml-vision): update (#3609)
change title
2020-05-05 10:36:01 +01:00
Elliot Hesp
60d4093371 docs: add AdMob screencast
[skip-ci]
2020-05-04 11:17:08 +01:00
Alexander Kurnikowski
88010dfebd docs(analytics): refined react-native-navigation example (#3560)
[skip-ci]
2020-05-02 08:35:45 +01:00
Michael
4f645dbeb9 docs: Replaces TestIds.BANNER with adUnitId (#3593)
[skip-ci]
2020-05-02 08:33:00 +01:00
Gazihan Alankus
12a40cd60f docs(auth): fixed google sign-in with correct webClientId (#3544)
[skip-ci]
2020-05-02 08:25:22 +01:00
tad3j
2cc0f27232 docs: bootstrap function should be async (#3584)
[skip-ci]
2020-04-30 13:27:06 +01:00
Elliot Hesp
bafa5853f2 docs: add ios installation screencast
[skip-ci]
2020-04-30 10:43:40 +01:00
Elliot Hesp
e951c250ff docs: create screencasts json file
[skip-ci]
2020-04-30 10:14:42 +01:00
Steven Bell
d80633fe42 docs: fix typo in mulitdex doc (#3569)
[skip-ci]
2020-04-28 17:25:47 +01:00
Maaz Abdul Jabbar
f592570090 docs: Update unsubscribeFromTopic method name (#3567)
[skip-ci]
2020-04-28 16:12:57 +01:00
Stefan
e30c80dde9 docs(messaging): fix typo in ios-permissions (#3548)
[skip-ci]
2020-04-27 12:37:35 +01:00
Bracaval Elias
92550f68df docs(messaging): code typo on docs/messaging/usage/index.md (#3553) 2020-04-27 08:21:19 +01:00
Mike Diarmid
a800cdbc81 fix(messaging,ios): keep original UNUserNotificationCenter dele… (#3427)
* fix(messaging,ios): keep original UNUserNotificationCenter delegate

Keeps a reference to any original UNUserNotificationCenter delegates that are set before we replace the delegate with out own implementation. Internally we will also call the original delegate if our code does not already handle the delegate call. This should keep compatibility with other RN modules that set the delegate.

* v6.4.1-alpha.0

* Revert "v6.4.1-alpha.0"

This reverts commit b355a86a

* feat: automatically register with APNs

* docs: typos

* fix: forward delegate call to FIRAuth

Fixes / supersedes #3425

* fix(messaging): add activity check to getInitialNotification (#3495)

* fix(messaging): add activity check to getInitialNotification

* fix(messaging): add activity check to getInitialNotification

* Update .spellcheck.dict.txt

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>

Co-authored-by: Elliot Hesp <elliot.hesp@gmail.com>
2020-04-22 12:49:52 +01:00
Lucas Lombardi Floriano
4f61188784 docs: change instructions for android rebuild (#3506) 2020-04-21 08:19:39 +01:00
Vaibhav Vishal
064c767389 docs(storage): minor fix (#3422)
replace storage with storage() in example
2020-04-18 20:58:14 +01:00
Mike Diarmid
7f52366e22 docs: spelling & grammar fixes & GitHub Action (#3490) 2020-04-17 21:06:29 +01:00
Pasha
1ca08fc3cd docs: fix typo (#3481)
fix typo
2020-04-16 15:48:35 +01:00
Umut Topuzoğlu
9bf5e6ffba docs: typo messaging 2020-04-15 20:19:37 +01:00
Mike Diarmid
67bbd30a34 chore: upgrade testing project to RN 0.62.x (#3433)
* chore: upgrade testing project to RN 0.62.x

* add placeholder flow script for CI

* update jet to fix iOS issue

* revert typedoc version (latest version not working)

* add `react-native-port-patcher` back in - port still being ignored by RN so patching manually

* add `react-native-port-patcher` back in - port still being ignored by RN so patching manually

* temporarily use iphone x for detox until CI servers upgraded

* -

* Update package.json

* Update on.e2e.js

* Update orderByValue.e2e.js

* Update on.e2e.js

* Update init.js

* -
2020-04-14 21:14:44 +01:00
Denzil Doyle
82c6439d84 docs(auth): fix syntax error in examples (#3442) 2020-04-14 15:52:20 +01:00
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