Commit Graph

849 Commits

Author SHA1 Message Date
Mike Diarmid
f794ca08bc ci: use FirebaseFirestore pre-compiled pod (#3777)
* tests: use FirebaseFirestore pre-compiled pod

* Update tests_e2e.yml

* Revert tests_e2e.yml

* Update Podfile

* update Podfile

* update podfile

* ci: update detox version

* ci: update android emulator options

* ci: temp disable app delete tests

* ci: android disable hardware acceleration

* ci: increase timeouts
2020-06-15 09:46:24 +01:00
@Salakar
2821001d6d chore(release): release packages
- @react-native-firebase/admob@7.1.4
 - @react-native-firebase/analytics@7.1.4
 - @react-native-firebase/auth@8.0.5
 - @react-native-firebase/crashlytics@7.1.5
 - @react-native-firebase/database@7.2.2
 - @react-native-firebase/dynamic-links@7.1.4
 - @react-native-firebase/firestore@7.1.7
 - @react-native-firebase/functions@7.1.4
 - @react-native-firebase/iid@7.1.4
 - @react-native-firebase/in-app-messaging@7.1.4
 - @react-native-firebase/messaging@7.1.5
 - @react-native-firebase/ml-natural-language@7.1.4
 - @react-native-firebase/ml-vision@7.1.4
 - @react-native-firebase/perf@7.1.4
 - @react-native-firebase/remote-config@7.1.4
 - @react-native-firebase/storage@7.1.4
 - react-native-firebase-tests@7.1.15
2020-06-10 14:02:44 +00:00
@Salakar
99519eb327 build(storage): update core peer dependency to v7.2.1 [publish] 2020-06-10 14:00:58 +00:00
@Salakar
f0799fb401 build(remote-config): update core peer dependency to v7.2.1 [publish] 2020-06-10 14:00:58 +00:00
@Salakar
87ea049eb6 build(perf): update core peer dependency to v7.2.1 [publish] 2020-06-10 14:00:58 +00:00
@Salakar
0ca5ddf838 build(ml-vision): update core peer dependency to v7.2.1 [publish] 2020-06-10 14:00:58 +00:00
@Salakar
5efbedbc8f build(ml-natural-language): update core peer dependency to v7.2.1 [publish] 2020-06-10 14:00:58 +00:00
@Salakar
1043a83b8c build(messaging): update core peer dependency to v7.2.1 [publish] 2020-06-10 14:00:58 +00:00
@Salakar
b0715ba84d build(in-app-messaging): update core peer dependency to v7.2.1 [publish] 2020-06-10 14:00:58 +00:00
@Salakar
f2b9a169cb build(iid): update core peer dependency to v7.2.1 [publish] 2020-06-10 14:00:58 +00:00
@Salakar
e884150554 build(functions): update core peer dependency to v7.2.1 [publish] 2020-06-10 14:00:58 +00:00
@Salakar
99eb92ac0b build(firestore): update core peer dependency to v7.2.1 [publish] 2020-06-10 14:00:57 +00:00
@Salakar
b319d1915b build(dynamic-links): update core peer dependency to v7.2.1 [publish] 2020-06-10 14:00:57 +00:00
@Salakar
f3e9d1d981 build(database): update core peer dependency to v7.2.1 [publish] 2020-06-10 14:00:57 +00:00
@Salakar
721fa5ef2f build(crashlytics): update core peer dependency to v7.2.1 [publish] 2020-06-10 14:00:57 +00:00
@Salakar
09ae8a8a61 build(auth): update core peer dependency to v7.2.1 [publish] 2020-06-10 14:00:57 +00:00
@Salakar
17f1ea8a75 build(analytics): update core peer dependency to v7.2.1 [publish] 2020-06-10 14:00:57 +00:00
@Salakar
a9030fb5bd build(admob): update core peer dependency to v7.2.1 [publish] 2020-06-10 14:00:57 +00:00
@Salakar
ca24c04614 chore(release): release packages
- @react-native-firebase/app@7.2.1
 - @react-native-firebase/firestore@7.1.6
 - react-native-firebase-tests@7.1.14
2020-06-10 14:00:57 +00:00
Russell Wheatley
13249857c7 fix(android): generate version for ReactNativeFirebaseAppRegistrar.java (#3766)
* build(android): script for version

* chore(android): rm ReactNativeFirebaseAppRegistrar

* build(android): create new version class

* chore(android): update script file name

* chore(app, android): formatting

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
[publish]
2020-06-10 14:59:27 +01:00
Marc Rousavy
88f8dc0ddf docs: fix missing back tick (#3750) 2020-06-10 14:47:30 +01:00
@Salakar
9fcd2af2c5 chore(release): release packages
- @react-native-firebase/firestore@7.1.5
 - react-native-firebase-tests@7.1.13
2020-06-03 12:59:02 +00:00
Russell Wheatley
405e04009c fix(firestore): update isEqual API to check collection path equality (#3738)
* fix(firestore): update isEqual check

* test(firestore): test isEqual condition

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
[publish]
2020-06-03 13:57:07 +01:00
@Salakar
e6acaea7fa chore(release): release packages
- @react-native-firebase/firestore@7.1.4
 - react-native-firebase-tests@7.1.12
2020-06-03 12:54:49 +00:00
Russell Wheatley
7a5a1ced6f docs(firestore): emulator documentation (#3690)
* format(*): ran formatting script

* docs(firestore): added emulator docs

* chore(firestore): typedoc generate

* docs(firestore): with sidebar

* chore(firestore): generate docs

* docs(firestore): spelling/grammar

* chore(app): reversed test index

* chore(firestore): emulator update

* chore(firestore): emulator docs and code

* fix(firestore): emulator configuration

* chore(firestore): code review update

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

* chore(firestore): rm http protocol

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
[publish]
2020-06-03 13:53:04 +01:00
@Salakar
9793cec8e2 chore(release): release packages
- @react-native-firebase/admob@7.1.3
 - @react-native-firebase/analytics@7.1.3
 - @react-native-firebase/auth@8.0.4
 - @react-native-firebase/crashlytics@7.1.4
 - @react-native-firebase/database@7.2.1
 - @react-native-firebase/dynamic-links@7.1.3
 - @react-native-firebase/firestore@7.1.3
 - @react-native-firebase/functions@7.1.3
 - @react-native-firebase/iid@7.1.3
 - @react-native-firebase/in-app-messaging@7.1.3
 - @react-native-firebase/messaging@7.1.4
 - @react-native-firebase/ml-natural-language@7.1.3
 - @react-native-firebase/ml-vision@7.1.3
 - @react-native-firebase/perf@7.1.3
 - @react-native-firebase/remote-config@7.1.3
 - @react-native-firebase/storage@7.1.3
 - react-native-firebase-tests@7.1.11
2020-06-03 11:42:02 +00:00
@Salakar
69fb11d71d build(storage): update core peer dependency to v7.2.0 [publish] 2020-06-03 11:40:30 +00:00
@Salakar
fd6a4df238 build(remote-config): update core peer dependency to v7.2.0 [publish] 2020-06-03 11:40:30 +00:00
@Salakar
aa8233a1c2 build(perf): update core peer dependency to v7.2.0 [publish] 2020-06-03 11:40:30 +00:00
@Salakar
7e8f21d213 build(ml-vision): update core peer dependency to v7.2.0 [publish] 2020-06-03 11:40:30 +00:00
@Salakar
e6dad68d23 build(ml-natural-language): update core peer dependency to v7.2.0 [publish] 2020-06-03 11:40:30 +00:00
@Salakar
e9ead98e5b build(messaging): update core peer dependency to v7.2.0 [publish] 2020-06-03 11:40:30 +00:00
@Salakar
223e8d7484 build(in-app-messaging): update core peer dependency to v7.2.0 [publish] 2020-06-03 11:40:30 +00:00
@Salakar
0a35e07b8b build(iid): update core peer dependency to v7.2.0 [publish] 2020-06-03 11:40:30 +00:00
@Salakar
f603a3a236 build(functions): update core peer dependency to v7.2.0 [publish] 2020-06-03 11:40:30 +00:00
@Salakar
e074c058f7 build(firestore): update core peer dependency to v7.2.0 [publish] 2020-06-03 11:40:30 +00:00
@Salakar
abfcd32a31 build(dynamic-links): update core peer dependency to v7.2.0 [publish] 2020-06-03 11:40:30 +00:00
@Salakar
a201735d46 build(database): update core peer dependency to v7.2.0 [publish] 2020-06-03 11:40:30 +00:00
@Salakar
91913dc931 build(crashlytics): update core peer dependency to v7.2.0 [publish] 2020-06-03 11:40:30 +00:00
@Salakar
89fc595122 build(auth): update core peer dependency to v7.2.0 [publish] 2020-06-03 11:40:30 +00:00
@Salakar
e0438c1b8b build(analytics): update core peer dependency to v7.2.0 [publish] 2020-06-03 11:40:30 +00:00
@Salakar
c90f6dd0ae build(admob): update core peer dependency to v7.2.0 [publish] 2020-06-03 11:40:30 +00:00
@Salakar
a8835d7bf5 chore(release): release packages
- @react-native-firebase/app@7.2.0
 - react-native-firebase-tests@7.1.10
2020-06-03 11:40:30 +00:00
Russell Wheatley
0b0f858527 feat(app): add Play Services available utilities (#3601)
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>

[publish]
2020-06-03 12:39:05 +01:00
@Salakar
4889c7a1c3 chore(release): release packages
- @react-native-firebase/auth@8.0.3
 - @react-native-firebase/database@7.2.0
 - react-native-firebase-tests@7.1.9
2020-06-01 17:42:26 +00:00
Elliot Hesp
759d67e6fb feat(database): add support for ServerValue.increment (#3561)
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com

[publish]
2020-06-01 18:41:04 +01:00
Victor Vieira
6732ceb5f3 docs(auth): fix types example (#3723)
Removed a typo.
2020-06-01 09:17:23 +01:00
@Salakar
71dc17371e chore(release): release packages
- @react-native-firebase/admob@7.1.2
 - @react-native-firebase/analytics@7.1.2
 - @react-native-firebase/auth@8.0.2
 - @react-native-firebase/crashlytics@7.1.3
 - @react-native-firebase/database@7.1.2
 - @react-native-firebase/dynamic-links@7.1.2
 - @react-native-firebase/firestore@7.1.2
 - @react-native-firebase/functions@7.1.2
 - @react-native-firebase/iid@7.1.2
 - @react-native-firebase/in-app-messaging@7.1.2
 - @react-native-firebase/messaging@7.1.3
 - @react-native-firebase/ml-natural-language@7.1.2
 - @react-native-firebase/ml-vision@7.1.2
 - @react-native-firebase/perf@7.1.2
 - @react-native-firebase/remote-config@7.1.2
 - @react-native-firebase/storage@7.1.2
 - react-native-firebase-tests@7.1.8
2020-05-29 14:30:32 +00:00
@Salakar
145cb4c2e9 build(storage): update core peer dependency to v7.1.4 [publish] 2020-05-29 14:28:53 +00:00
@Salakar
23db1cec9d build(remote-config): update core peer dependency to v7.1.4 [publish] 2020-05-29 14:28:53 +00:00