Commit Graph

3747 Commits

Author SHA1 Message Date
@Salakar
e447ca6814 chore(release): publish [skip-ci]
- @react-native-firebase/template@6.8.0
2020-04-22 16:56:33 +00:00
Salakar
8f007fa97a feat: update RFNB version 2020-04-22 17:55:07 +01:00
@Salakar
424b0da686 chore(release): publish [skip-ci]
- @react-native-firebase/admob@6.7.1
 - @react-native-firebase/analytics@6.7.1
 - @react-native-firebase/app-types@6.7.1
 - @react-native-firebase/app@6.7.1
 - @react-native-firebase/auth@6.7.1
 - @react-native-firebase/crashlytics@6.7.1
 - @react-native-firebase/database@6.7.1
 - @react-native-firebase/dynamic-links@6.7.1
 - @react-native-firebase/firestore@6.7.1
 - @react-native-firebase/functions@6.7.1
 - @react-native-firebase/iid@6.7.1
 - @react-native-firebase/in-app-messaging@6.7.1
 - @react-native-firebase/messaging@6.7.1
 - @react-native-firebase/ml-natural-language@6.7.1
 - @react-native-firebase/ml-vision@6.7.1
 - @react-native-firebase/perf@6.7.1
 - @react-native-firebase/remote-config@6.7.1
 - @react-native-firebase/storage@6.7.1
 - @react-native-firebase/template@6.7.1
 - react-native-firebase-tests@6.7.1
2020-04-22 16:45:24 +00:00
Salakar
edd9b0ae1e chore: remove gitHead from package.json 2020-04-22 17:44:01 +01:00
@Salakar
d536b93b42 chore(release): publish [skip-ci]
- @react-native-firebase/admob@6.7.0
 - @react-native-firebase/analytics@6.7.0
 - @react-native-firebase/app-types@6.7.0
 - @react-native-firebase/app@6.7.0
 - @react-native-firebase/auth@6.7.0
 - @react-native-firebase/crashlytics@6.7.0
 - @react-native-firebase/database@6.7.0
 - @react-native-firebase/dynamic-links@6.7.0
 - @react-native-firebase/firestore@6.7.0
 - @react-native-firebase/functions@6.7.0
 - @react-native-firebase/iid@6.7.0
 - @react-native-firebase/in-app-messaging@6.7.0
 - @react-native-firebase/messaging@6.7.0
 - @react-native-firebase/ml-natural-language@6.7.0
 - @react-native-firebase/ml-vision@6.7.0
 - @react-native-firebase/perf@6.7.0
 - @react-native-firebase/remote-config@6.7.0
 - @react-native-firebase/storage@6.7.0
 - @react-native-firebase/template@6.7.0
 - react-native-firebase-tests@6.7.0
2020-04-22 16:37:22 +00:00
Salakar
5fec546bb8 feat(template): update RFNB version 2020-04-22 17:35:45 +01:00
Salakar
9f17456aa9 Merge remote-tracking branch 'origin/master' 2020-04-22 17:31:20 +01:00
Salakar
fd7023f5ed chore: update lerna config [skip-ci] 2020-04-22 17:31:10 +01:00
@Salakar
cd4e3453d9 chore(release): publish [skip-ci]
- @react-native-firebase/admob@6.6.0
 - @react-native-firebase/analytics@6.6.0
 - @react-native-firebase/app-types@6.6.0
 - @react-native-firebase/app@6.6.0
 - @react-native-firebase/auth@6.6.0
 - @react-native-firebase/crashlytics@6.6.0
 - @react-native-firebase/database@6.6.0
 - @react-native-firebase/dynamic-links@6.6.0
 - @react-native-firebase/firestore@6.6.0
 - @react-native-firebase/functions@6.6.0
 - @react-native-firebase/iid@6.6.0
 - @react-native-firebase/in-app-messaging@6.6.0
 - @react-native-firebase/messaging@6.6.0
 - @react-native-firebase/ml-natural-language@6.6.0
 - @react-native-firebase/ml-vision@6.6.0
 - @react-native-firebase/perf@6.6.0
 - @react-native-firebase/remote-config@6.6.0
 - @react-native-firebase/storage@6.6.0
 - @react-native-firebase/template@6.6.0
 - react-native-firebase-tests@6.6.0
2020-04-22 16:15:53 +00:00
Salakar
ea6431b700 chore: update workflows 2020-04-22 17:14:14 +01:00
Salakar
a216e3a802 chore: update workflows 2020-04-22 16:40:58 +01:00
Salakar
cf7a09f6d7 chore: update workflows 2020-04-22 16:21:53 +01:00
Mike Diarmid
f019e3531a chore: update workflow 2020-04-22 16:15:56 +01:00
Mike Diarmid
f96f37bb1b chore: update workflow 2020-04-22 16:07:55 +01:00
Mike Diarmid
6d2c88cfa1 chore: update workflows 2020-04-22 16:00:41 +01:00
Mike Diarmid
c067e67f02 chore: workflow config 2020-04-22 15:52:35 +01:00
Mike Diarmid
e2c2d64d22 feat: independently version packages (#3513)
* feat: remove core version lock

* chore: v6.4.1

* chore: v6.4.1

* chore: configure lerna for independent versions

* chore: configure lerna for independent versions

* chore: only check docs folder

skipping elsewhere due to generated files such as changelogs
2020-04-22 15:48:13 +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
Salakar
819f3a67aa chore: add coveralls action 2020-04-17 15:41:33 +01:00
Salakar
da688f59b1 chore: enable actions for push to master 2020-04-17 15:10:08 +01:00
Salakar
925860f8e4 chore: enable actions for push to master 2020-04-17 15:08:07 +01:00
Salakar
2545dc5a84 chore: enable actions for push to master 2020-04-17 15:03:41 +01:00
Mike Diarmid
e427fcfd9b chore: github actions (#3472) 2020-04-17 14:54:16 +01:00
Russell Wheatley
b412c7139a chore(dynamic-links): add static types (#3489)
* update gitignore

* added statics to dynamic links
2020-04-17 12:28: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
Elliot Hesp
a0c7dd35d3 Merge pull request #3398 from DipanshKhandelwal/patch-1
Update phone-auth.md
2020-04-06 22:08:34 +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
963e32cab5 chore(release): v6.4.0 2020-04-03 14:44:17 +01:00
Salakar
aa127b8444 chore(release): v6.4.0 2020-04-03 14:41:40 +01:00