Russell Wheatley
46be1b0c99
fix(package/app): remove obj.freeze for redux-firestore
2020-01-31 10:52:19 +00:00
Joel Gallant
2e2b24e51d
chore(app): refactor default re-export syntax ( #3036 )
2019-12-30 13:22:15 +00:00
Gustavo
e7fced7348
fix(app): typo ( #3047 )
2019-12-30 13:21:05 +00:00
Joel Gallant
fde6b9f879
refactor(internal): switch default export syntax ( #2975 )
2019-12-06 20:43:32 +00:00
Salakar
b7374add76
refactor(*): remove unused code & fix linting issues
2019-11-25 21:46:06 +00:00
Salakar
ccc1ba4ae9
refactor(*): goodbye invites
2019-11-25 12:59:36 +00:00
Salakar
6a525cb26f
[core] temporarily exclude notifications from version checks
2019-09-23 01:44:30 +01:00
Salakar
f9e91c7371
[analytics] add all available named events as built-in log methods
2019-09-14 22:27:32 +01:00
Salakar
78b4d9cbef
v0.3.0
2019-08-28 13:40:40 +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
Ilja Daderko
b40d44c57e
Move commons into /app ( #2486 )
...
* stash
* move commons into the app
2019-08-14 13:42:08 +03: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
Salakar
f66ecc9ede
[dynamic-links] onLink & getInitialLink now provide a DynamicLink object with additional parameters
2019-08-02 22:49:56 +01:00
Salakar
2fddf9e35d
[natural-language] rename namespace mlKitLanguage -> naturalLanguage
2019-08-02 21:27:11 +01:00
Salakar
f82571bbf8
[vision] rename namespace mlKitVision -> vision
2019-08-02 21:15:29 +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
3b1304d5c5
[docs] update changelog
2019-07-16 11:35:28 +01:00
Salakar
0e9ed631b9
[types] add FirebaseJsonConfig types
2019-07-15 02:40:55 +01:00
Salakar
5becd0dc13
[types] update types
2019-07-15 02:27:45 +01:00
Salakar
7151a6a364
[types] update app types
2019-07-15 01:55:43 +01:00
Salakar
8d88bca846
[types] update app types
2019-07-15 01:51:14 +01:00
Salakar
5f20eeb56e
[types] update type doc
2019-07-15 01:45:13 +01:00
Salakar
95262c6640
[types][app] rework types
2019-07-15 01:24:17 +01:00
Salakar
8a3792bb80
[types] -
2019-07-14 22:02:04 +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
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
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
15ff21d8bc
[app] ensure native apps are initialized before any calls of firebase.apps
...
[skip ci]
2019-05-21 20:24:55 +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
5c725aa028
[types][app] declare correct module name
2019-04-20 20:27:53 +01:00
Salakar
c557e6c764
[internals] ensure app namespaces correctly cached
2019-02-05 23:15:37 +00:00
Salakar
d6f0ea6760
[internals] ensure consistent args on eventsRemoveListener
2019-02-05 22:05:26 +00:00
Salakar
914e78b6c2
[tests] additional emitter tests
2019-02-05 19:47:04 +00:00
Salakar
f80acab11c
[app][ios] add setAutomaticDataCollectionEnabled support
2019-02-05 19:46:33 +00:00
Salakar
e8bf697f93
[app][internal] fix incorrect native module registry key
2019-02-05 04:25:42 +00:00
Michael Diarmid
17d778cf66
Refactor into monorepo for v6 ( #1837 )
...
> You can [learn more about this here](https://blog.invertase.io/react-native-firebase-2019-7e334ca9bcc6 ).
2019-02-01 10:37:48 +00:00