* 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
* -
* 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
* Added some text about Notifee in cloud messaging documentation.
* Update docs/messaging/index.md
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
* 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>
* apple integration cloud messaging
* split ios apple integration docs
* rchanged duplicate title
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>