Commit Graph

166 Commits

Author SHA1 Message Date
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
ehesp
e5be53c882 - 2019-06-05 12:01:35 +01:00
Salakar
ef0e0e5f9b v6.0.0-alpha.24 2019-06-05 02:32:35 +01:00
Salakar
1f2bd61ae3 v6.0.0-alpha.23 2019-06-05 02:28:43 +01:00
Salakar
faecf9a847 [ios] lower deployment target to ios 9.0 (#2025) 2019-06-05 00:53:41 +01:00
Mike Diarmid
fe959bb842 [v6] Implement Realtime Database (#2195)
* [database] recreate database branch based off of #2185

* [database] cleanup linting issues

* [database] enable tests

* [database] add to tests deps
2019-06-04 15:25:35 +01:00
Salakar
ac30e6eb83 sync with master 2019-06-04 15:14:12 +01:00
Salakar
ed9cdcba38 [tests] update lock files 2019-06-04 11:41:11 +01:00
Salakar
ce0b15ceba [database] add to tests deps 2019-06-03 19:26:14 +01:00
Salakar
43489d93eb [database] recreate database branch based off of #2185 2019-06-03 18:45:30 +01:00
Mike Diarmid
21a16867fe [v6] Implement ML-Kit Natural Language (#2117)
- Implement ML-Kit Natural Language (#2117)
 - Includes additional refactor changes across other modules for internals api reworking
2019-06-02 17:58:21 +01:00
Salakar
0016e19133 v6.0.0-alpha.12
[skip ci]
2019-05-20 21:45:18 +01:00
Salakar
ab1c8c73c0 [ios] misc podspec changes
[skip ci]
2019-05-20 21:38:27 +01:00
Salakar
afd310877b [ios] move podspecs to package root
[skip ci]
2019-05-20 15:07:58 +01:00
Salakar
c26770d038 6.0.0-alpha.11
[skip ci]
2019-05-07 22:32:46 +01:00
Mike Diarmid
6c3cb7c40e [v6] Implement Authentication (Part 1) (#2107)
Migrate Android, iOS and JS code from Auth v5.
2019-05-07 02:35:15 +01:00
Mike Diarmid
7f11a9e501 [v6] Implement Cloud Storage (#2043)
See the changelog for detailed changes.
2019-05-03 12:05:40 +01:00
Salakar
bfe0f05ab3 6.0.0-alpha.9 2019-04-20 21:11:23 +01:00
Salakar
e80053517b [tests][ios] remove pod lock 2019-04-20 20:27:09 +01:00
Salakar
abc949bcdf 6.0.0-alpha.8 2019-04-04 02:18:46 +01:00
Salakar
8c81b64c49 6.0.0-alpha.8 2019-04-04 02:17:12 +01:00
Mike Diarmid
34b1d92005 [v6] Implement Invites (#2015)
[v6] Implement Invites
2019-03-28 20:52:16 +00:00