Elliot Hesp
9ebda147f8
[perf][android] Add setPerformanceCollectionEnabled method
2017-05-25 08:41:43 +01:00
Elliot Hesp
4882123912
[perf] Linting fixes
2017-05-24 17:02:41 +01:00
Elliot Hesp
66d7e3c944
[perf][android] Add perf module
2017-05-24 12:37:52 +01:00
Elliot Hesp
fe8c486dcb
[config] Added setDefaultsFromResource method
2017-05-23 14:53:19 +01:00
Elliot Hesp
25e8bb6d5a
[config] Standardize ios & android
2017-05-23 14:08:59 +01:00
Akshet Pandey
fdf60444fe
Implement Firebase Remote Config for iOS
2017-05-19 16:17:28 -07:00
Alexander Kuttig
db792b8857
Merge remote-tracking branch 'upstream/master'
...
# Conflicts:
# ios/RNFirebase/RNFirebase.h
# ios/RNFirebase/RNFirebaseAnalytics.h
# ios/RNFirebase/RNFirebaseAuth.h
# ios/RNFirebase/RNFirebaseCrash.h
# ios/RNFirebase/RNFirebaseDatabase.h
# ios/RNFirebase/RNFirebaseErrors.h
# ios/RNFirebase/RNFirebaseMessaging.h
# ios/RNFirebase/RNFirebaseStorage.h
2017-05-14 14:30:10 +02:00
Alexander Kuttig
c35ed6f49d
fixed storage task
2017-05-14 14:24:10 +02:00
Salakar
6c68d85261
[ios] added user `providerData` props
2017-05-12 13:13:17 +01:00
Salakar
e6bd721617
[js] removed unused import
2017-05-12 12:05:07 +01:00
Ben Styles
477bd2bf54
initial commit
2017-05-10 17:37:03 +01:00
Aleck Greenham
9d5cc856c7
[Database] Add more accurate comments of expected behaviour of Reference.on()
2017-05-09 08:09:03 +01:00
Aleck Greenham
8d665542cc
[Database] Standardise error messages and add context support for Reference.on()
...
- Make error messages raised by Reference.on() same as Web API
- Add support for context argument to Reference.on()
- Add tests for Reference.on()
- Add JSDoc comments for Reference.on() and some other minor methods
2017-05-06 14:33:55 +01:00
Ben Styles
80b519158f
fixed some flow and eslint errors
2017-04-28 11:03:12 +01:00
Ben Styles
6cee2609b1
fixed some flow and eslint errors
2017-04-28 10:27:29 +01:00
Chris Bianca
7f7d5e8ec7
[js] Fix database cleanup function
2017-04-26 17:52:16 +01:00
Chris Bianca
ef306162b4
[js][android] Support multiple listeners on a single ref
2017-04-26 12:21:53 +01:00
Aleck Greenham
3277126fb4
[js][database] Add ref().isEqual()
2017-04-22 18:00:05 +01:00
Aleck Greenham
3d863ac636
[js][database] Add ref property for consistency with web API
2017-04-22 09:27:37 +01:00
Alexander Kuttig
98b6d64836
fixed CrashReporting on iOS
...
added RNFirebaseCrash.h and RNFirebaseCrash.m to ios project and build target
Renamed lib/modules/crash class name from Analytics to Crash
2017-04-19 16:16:55 +02:00
Salakar
e6d2693f33
remove weird formatting
2017-04-19 11:30:08 +01:00
Salakar
bdf588e0e2
[js][android][ios][storage] uploadTask.on now correctly receives a success status event
2017-04-07 17:57:57 +01:00
Salakar
c83ba8b756
[js][storage] uploadTask.on now correctly handles next or observer args as per firebase web sdk
2017-04-07 16:15:53 +01:00
Salakar
d2a9bb7fa3
[js][auth] onAuthStateChange now correctly returns an instance of the User class.
2017-04-07 16:10:04 +01:00
Ben Styles
51a07fc4ee
flow fixes that change logic slightly
2017-04-04 17:58:47 +01:00
Ben Styles
5acea6d218
initial commit: basic flow errors
2017-04-04 17:58:20 +01:00
Salakar
343710dbf9
[js][ios][messaging] fixed misc messaging .send() types
2017-04-03 10:33:18 +01:00
Salakar
91e9263965
[js][ios][android][messaging] full implementation of upstream send including RemoteMessage builder
2017-03-30 16:25:27 +01:00
Salakar
48e57d2065
[ios][android][auth] getToken now correctly accepts forceRefresh argument. Fixes #21 .
2017-03-30 10:55:16 +01:00
Salakar
86512320f0
[js] move auth statics
2017-03-27 19:11:26 +01:00
Chris Bianca
e25dd05576
Fix iOS messaging issue
2017-03-27 13:26:26 +01:00
Salakar
bb6b1aa7f2
[android,js][database] transactions support implemented
2017-03-24 22:53:56 +00:00
Salakar
637afad444
[js][storage] misc comments
2017-03-23 00:54:19 +00:00
Salakar
f1655c1ea6
[js] fixed issue with StorageTask.then/.catch
2017-03-22 23:23:48 +00:00
Salakar
d15ae5cb27
[js] added firebase.storage.Native.* constants
2017-03-22 23:20:57 +00:00
Salakar
d9023f55b8
[js][statics] implemented staticsOrInstance helper - fixes #12
2017-03-22 20:15:02 +00:00
Salakar
2f12569c60
[js][storage] misc
2017-03-22 19:57:42 +00:00
Salakar
00889e1a69
[js][storage] switch to native promises
2017-03-22 19:46:08 +00:00
Salakar
d4c2f95cca
[ios,js] full fcm implementation, first draft for ios
2017-03-21 15:11:07 +00:00
Salakar
7650ae42e4
[android,js] misc messaging
2017-03-21 11:26:16 +00:00
Salakar
ea5d7d409f
[js][auth] implemented currentUser.updateProfile() method
2017-03-18 01:10:34 +00:00
Salakar
916224014d
[js][auth] implemented currentUser.updatePassword() method
2017-03-18 00:41:24 +00:00
Salakar
f5b604bfdd
[js][auth] added intercept to updateEmail
2017-03-18 00:31:28 +00:00
Salakar
5d67aaa9ef
[js] implement currentUser.reauthenticate(credential)
2017-03-18 00:04:47 +00:00
Salakar
52713426d1
[js] implemented remaining auth providers on auth() : auth(). EmailAuthProvider, GithubAuthProvider, FacebookAuthProvider, TwitterAuthProvider and GoogleAuthProvider
2017-03-17 23:51:26 +00:00
Salakar
9d520c4693
[js] misc flow fixes in auth
2017-03-17 23:40:12 +00:00
Salakar
856da83a80
[android, ios] first draft of full fcm implementation - ios still todo
2017-03-17 16:04:39 +00:00
Salakar
46c84581ca
firebase.crash().report() now accepts an error instead of a string, a string version of the error is generated before sending to native side.
2017-03-17 15:41:25 +00:00
Salakar
f5d0bd002a
[js] prefix snapshot internals with '_'
2017-03-16 16:48:03 +00:00
Salakar
9f5b132f38
[android, ios] currentUser.getToken() - now uses promise and correctly returns a string
2017-03-16 12:35:03 +00:00