2
0
mirror of synced 2025-01-11 22:54:12 +00:00

1886 Commits

Author SHA1 Message Date
Tal Jacobson
aae9000a30 add database, storage interface
toke some definitions from firebase npm d.ts file had to extend to align with the projects api
2017-03-23 14:58:03 +02:00
Tal Jacobson
d4f31e0039 Update index.d.ts
namespace interfaces, export class as default
2017-03-23 12:06:07 +02:00
Michael Diarmid
dc181f853d Update README.md 2017-03-23 01:21:18 +00:00
Salakar
61d6358ce0 1.0.0-alpha8 v1.0.0-alpha8 2017-03-23 01:03:20 +00:00
Salakar
637afad444 [js][storage] misc comments 2017-03-23 00:54:19 +00:00
Salakar
67a2b41a61 [ios][storage] fixes #15, fixed an issue where some storage errors are unserializable by RN - workaround is just to send nil instead of the NSError 2017-03-23 00:37:38 +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
f132ddb614 [ios][storage] fixed issue where invalid file paths for download would error with unknown 2017-03-22 23:20:02 +00:00
Tal Jacobson
59a0d7ed6a create typescript definitions file 2017-03-23 00:43:20 +02:00
Salakar
2c2766f767 [js] remove old code 2017-03-22 20:45:53 +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
352b8db780 [ios][storage] lowercase TaskState's to match web sdk 2017-03-22 19:47:22 +00:00
Salakar
00889e1a69 [js][storage] switch to native promises 2017-03-22 19:46:08 +00:00
Salakar
dfa72c03f9 Merge branch 'master' of https://github.com/invertase/react-native-firebase 2017-03-22 18:50:05 +00:00
Salakar
e23302fb24 [ios][storage] switch to native promises and implemented web error codes 2017-03-22 18:49:36 +00:00
Michael Diarmid
ab5f129d52 Merge pull request #11 from smkhalsa/patch-1
Fix documentation for Auth methods
2017-03-21 23:06:14 +00:00
Sat Mandir S. Khalsa
657b9e4e91 Fix updateEmail method 2017-03-21 15:30:34 -07:00
Sat Mandir S. Khalsa
a5f9e278d7 Fix documentation for Auth methods 2017-03-21 12:07:27 -07:00
Salakar
b3b74d50da 1.0.0-alpha7 v1.0.0-alpha7 2017-03-21 15:14:41 +00:00
Salakar
d4c2f95cca [ios,js] full fcm implementation, first draft for ios 2017-03-21 15:11:07 +00:00
Salakar
fbfd240d45 Merge branch 'master' of https://github.com/invertase/react-native-firebase 2017-03-21 11:30:19 +00:00
Elliot Hesp
4514d1e03f Update cloud-messaging.md 2017-03-21 11:26:25 +00:00
Salakar
7650ae42e4 [android,js] misc messaging 2017-03-21 11:26:16 +00:00
Elliot Hesp
cbfd111f18 Update cloud-messaging.md 2017-03-21 11:25:07 +00:00
Elliot Hesp
865774e367 Create cloud-messaging.md 2017-03-21 11:23:49 +00:00
Michael Diarmid
771cbf1990 Merge pull request #7 from greena13/patch-1
Fix typo in README.md
2017-03-18 11:40:36 +00:00
Aleck Greenham
6d9613d8b9 Fix typo in README.md 2017-03-18 11:27:38 +00:00
Salakar
605a7515aa 1.0.0-alpha6 v1.0.0-alpha6 2017-03-18 01:13:57 +00:00
Salakar
ea5d7d409f [js][auth] implemented currentUser.updateProfile() method 2017-03-18 01:10:34 +00:00
Salakar
1789fae541 [ios][auth] implemented currentUser.updateProfile() method 2017-03-18 01:10:22 +00:00
Salakar
2c0e8f4eaa [android][auth] implemented currentUser.updateProfile() method 2017-03-18 01:09:37 +00:00
Salakar
916224014d [js][auth] implemented currentUser.updatePassword() method 2017-03-18 00:41:24 +00:00
Salakar
ad52991ffc [ios][auth] implemented currentUser.updatePassword() method 2017-03-18 00:41:10 +00:00
Salakar
8d45bfdbf4 [android][auth] implemented currentUser.updatePassword() method 2017-03-18 00:40:55 +00:00
Salakar
f5b604bfdd [js][auth] added intercept to updateEmail 2017-03-18 00:31:28 +00:00
Salakar
5320d506bf [ios][auth] added sendEmailVerification, reload and updateEmail methods 2017-03-18 00:31:02 +00:00
Salakar
5bcd492efc [android][auth] added sendEmailVerification and updateEmail methods 2017-03-18 00:30:26 +00:00
Salakar
5d67aaa9ef [js] implement currentUser.reauthenticate(credential) 2017-03-18 00:04:47 +00:00
Salakar
70567b3b3e [ios] implement currentUser.reauthenticate(credential) 2017-03-18 00:04:31 +00:00
Salakar
2a0ffb5832 [android] implement currentUser.reauthenticate(credential) 2017-03-18 00:04:17 +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
83e5d1f3d0 [android] implemented auth().link & signInWithCredential - for all providers, password, twitter, facebook, google and github 2017-03-17 23:33:55 +00:00
Salakar
9cdd48a95a [ios] implemented auth().link - for all providers, password, twitter, facebook, google and github 2017-03-17 22:34:35 +00:00
Salakar
48f6d90690 [android] added promiseRejectAuthException method to match ios 2017-03-17 22:00:13 +00:00
Salakar
96fc1c7e42 [ios] finished standardizing auth exception codes/messages 2017-03-17 21:41:17 +00:00
Salakar
93b2561878 [ios] misc auth 2017-03-17 19:08:51 +00:00
Salakar
30c052a9c0 1.0.0-alpha5 v1.0.0-alpha5 2017-03-17 18:05:31 +00:00