Commit Graph

187 Commits

Author SHA1 Message Date
Cuneyt Aliustaoglu
39016346e4 fix(crashlytics,ios): version bump native ios deps (#3013)
* version bump: Crashlytics 3.12.0->3.14.0 & Fabric 1.9.0->1.10.2 to prevent deprecated UIWebView issue

* update Podfile.lock

Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
2020-01-14 10:59:10 +00:00
Salakar
8ae094a2d5 chore(*): v6.2.0 2019-12-08 00:03:12 +00:00
Salakar
53eb82fa3a chore(*): v6.1.0 2019-11-26 04:25:16 +00:00
Salakar
547d0a2d74 feat(ios): upgrade Firebase iOS SDK version to 6.13.0 2019-11-25 20:53:34 +00:00
Mike Diarmid
42e034c480 feat(firestore): array-contains, array-contains-any & in filters (#2868)
* feat(firestore) Add IN query support (JS/Android)
* feat(firestore) in query validation
* feat(firestore) in query ios support / tests
* docs(firestore): update reference docs to include in query support
2019-11-24 18:21:38 +00:00
Salakar
964bdffe95 chore(release): v6.0.4 2019-11-17 07:10:20 +00:00
Salakar
e720c0be64 chore(*): v6.0.3 release 2019-10-25 18:54:40 +01:00
Salakar
be543f4911 chore(release): v6.0.2 2019-10-18 14:24:03 +01:00
Salakar
d8ce17369e v6.0.1 2019-10-07 07:05:43 +01:00
Salakar
7f0e7e1e13 [tests] update to RN 0.60.5 2019-09-24 13:23:28 +01:00
Salakar
c12b5a5f1f v6.0.0 2019-09-24 12:26:16 +01:00
Salakar
27a5ff671c v0.5.4 2019-09-23 01:48:17 +01:00
Salakar
cf7b61a557 [core][ios] rework firebase.json bash script to support adding dynamic entries 2019-09-23 01:30:48 +01:00
Salakar
ef3f90d4e8 v0.5.3 2019-09-22 23:54:56 +01:00
Salakar
c8b92cbd67 [dynamic-links] remove GoogleUtilities from podspec - 'fixes target has libraries with conflicting names: libgoogleutilities.a' 2019-09-22 23:45:23 +01:00
Salakar
e078ebb3eb v0.5.2 2019-09-19 13:26:11 +01:00
Salakar
2b36771f85 [ios] allow overriding Fabric & Crashlytics SDK versions cc @kevinvugts 2019-09-19 13:21:24 +01:00
Salakar
eb1b5afb13 [ios][crashlytics] add script phases linking config 2019-09-19 13:01:08 +01:00
Salakar
a2f0fd6638 [ios] fix an issue on podspecs when not using the custom version override logic
Updated Firebase SDKs also to 6.8.1
2019-09-19 13:00:28 +01:00
Salakar
49a53a738b [ios] remove old auto-linking (added pre RN auto-linking) 2019-09-18 22:47:26 +01:00
Elliot Hesp
4928e6e38f Allow pod version overrides (#2589) 2019-09-17 16:20:37 +01:00
Salakar
5b304a4bb5 v0.4.0 2019-09-14 21:24:43 +01:00
Mike Diarmid
00e27a9f37 [v6] AdMob - Follow-up (Adds Banner Views) (#2530) 2019-09-13 19:10:41 +01:00
Frieder Bluemle
3dbca459fa Remove executable bit from non-executable files (#2531) 2019-08-30 13:17:26 +01:00
Ilja Daderko
16e67ddbf8 Move file methods / constants from storage to utils (#2511)
* stash

* move commons into the app

* move utils module into app

* Update index.d.ts

* re-trigger build

* fix eslint issues

* Fix formatting eslint issues

* move utils documentation to app

* Dissalow number values in setUserProperties

* fix test

* add utils export to app module

* clean up utils export

* Move path helpers to utilities module

* I have no idea

* Update RNFBUtilsModule.m

* remove duplicate util files

* fix RNFBUtilsModule merge conflict

* fix android build

* Move path constants from storage to utils, remove old GH Actions

* resolve remaining merge confs

* resolve type definition conflict

* add requiresMainQueueSetup to RNFBUtilsModule
2019-08-28 13:17:48 +03:00
Ilja Daderko
c7f58f8afc [internal] Move @react-native-firebase/utils into /app (#2487) 2019-08-23 12:05:37 +01:00
ehesp
35c18d67d3 Improve Analytics tests 2019-08-16 11:26:07 +01:00
Ilja Daderko
0c50e0b9d1 Update tests README (#2485)
* Update tests readme

* Update tests/README.md

Co-Authored-By: Mike Diarmid <mike.diarmid@gmail.com>

* Update tests/README.md

Co-Authored-By: Mike Diarmid <mike.diarmid@gmail.com>
2019-08-14 11:51:16 +03:00
ehesp
8e87e2f220 - 2019-08-13 21:01:14 +01:00
Mike Diarmid
c5b6c95874 Merge branch 'master' into @v6/admob 2019-08-13 20:47:35 +01:00
Mike Diarmid
48ca0685c6 [in-app-messaging] rename namespace to inAppMessaging() from fiam() (#2483)
* [in-app-messaging] rename namespace to `inAppMessaging()` from `fiam()`
2019-08-13 15:00:30 +01:00
Mike Diarmid
df092b274f [remote-config] rename namespace to remoteConfig() from config() (#2479) 2019-08-13 13:11:24 +01:00
ehesp
b2fa0cd97b - 2019-08-13 09:10:00 +01:00
ehesp
3c87f90799 - 2019-08-10 11:26:58 +01:00
Mike Diarmid
4bafa29ea3 [dynamic-links][messaging] bug fixes & additional tests for onLink/getInitialLink (#2452) 2019-08-07 15:49:03 +01:00
Elliot Hesp
0bf2858c1b ML Kit Vision iOS (#2444) 2019-08-06 19:59:02 +01:00
Salakar
f66ecc9ede [dynamic-links] onLink & getInitialLink now provide a DynamicLink object with additional parameters 2019-08-02 22:49:56 +01:00
ehesp
618c131f27 - 2019-07-31 10:38:11 +01:00
Salakar
5c7941c7ad [tests][ios] misc xcode project config 2019-07-30 05:25:57 +01:00
Salakar
f429699990 - [dependencies][android] remove all Firebase SDKs in favour of Firebase BoM
- [android] upgrade to Android X
- [android] upgrade gradle wrapper to v5.4.1
- [android][ios][tests] remove manual packages & enable auto-linking
- [tests][internal] upgrade tests project to RN 60
- [ios] temporarily remove framework support in pods - broken in RN 60 - see https://github.com/facebook/react-native/issues/25349
- [linting] switch to use rn community linting rules
2019-07-30 03:59:04 +01:00
Salakar
153e38f8af [tests][ios] update pods 2019-07-29 21:20:56 +01:00
Salakar
a3f926d87f [dynamic-links] rename module to dynamic-links from links 2019-07-19 09:29:34 +01:00
Salakar
9619451a4f [tests] update pods 2019-07-12 15:24:47 +01:00
Elliot Hesp
1e1de2bd04 v6 Implement Cloud Firestore (#2319) 2019-07-12 14:12:53 +01:00
Mike Diarmid
85672a479a v6 Implement Cloud Messaging (#2330) 2019-07-12 14:06:43 +01:00
Salakar
4f909aefc8 v0.0.26 2019-06-23 20:43:55 +01:00
Salakar
a97e0160b6 [ios][core][internal] add plugin registrar
[skip ci]
2019-06-21 09:04:16 +01:00
Mike Diarmid
978b298f94 [v6] Implement Dynamic Links (#2103)
(coverage + tests to follow in another PR)
2019-06-07 13:28:07 +01:00
ehesp
494646e770 [v6] Implement App Indexing 2019-06-05 14:54:37 +01:00
ehesp
c2bb4fb412 v6.0.0-alpha.25 2019-06-05 12:16:49 +01:00