Commit Graph

  • 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 Salakar 2017-03-23 00:37:38 +0000
  • f1655c1ea6 [js] fixed issue with StorageTask.then/.catch Salakar 2017-03-22 23:23:48 +0000
  • d15ae5cb27 [js] added firebase.storage.Native.* constants Salakar 2017-03-22 23:20:57 +0000
  • f132ddb614 [ios][storage] fixed issue where invalid file paths for download would error with unknown Salakar 2017-03-22 23:20:02 +0000
  • 59a0d7ed6a create typescript definitions file Tal Jacobson 2017-03-23 00:43:20 +0200
  • 2c2766f767 [js] remove old code Salakar 2017-03-22 20:45:53 +0000
  • d9023f55b8 [js][statics] implemented staticsOrInstance helper - fixes #12 Salakar 2017-03-22 20:15:02 +0000
  • 2f12569c60 [js][storage] misc Salakar 2017-03-22 19:57:42 +0000
  • 352b8db780 [ios][storage] lowercase TaskState's to match web sdk Salakar 2017-03-22 19:47:22 +0000
  • 00889e1a69 [js][storage] switch to native promises Salakar 2017-03-22 19:46:08 +0000
  • dfa72c03f9 Merge branch 'master' of https://github.com/invertase/react-native-firebase Salakar 2017-03-22 18:50:05 +0000
  • e23302fb24 [ios][storage] switch to native promises and implemented web error codes Salakar 2017-03-22 18:49:36 +0000
  • ab5f129d52 Merge pull request #11 from smkhalsa/patch-1 Michael Diarmid 2017-03-21 23:06:14 +0000
  • 657b9e4e91 Fix updateEmail method Sat Mandir S. Khalsa 2017-03-21 15:30:34 -0700
  • a5f9e278d7 Fix documentation for Auth methods Sat Mandir S. Khalsa 2017-03-21 12:07:27 -0700
  • b3b74d50da 1.0.0-alpha7 v1.0.0-alpha7 Salakar 2017-03-21 15:14:41 +0000
  • d4c2f95cca [ios,js] full fcm implementation, first draft for ios Salakar 2017-03-21 15:11:07 +0000
  • fbfd240d45 Merge branch 'master' of https://github.com/invertase/react-native-firebase Salakar 2017-03-21 11:30:19 +0000
  • 4514d1e03f Update cloud-messaging.md Elliot Hesp 2017-03-21 11:26:25 +0000
  • 7650ae42e4 [android,js] misc messaging Salakar 2017-03-21 11:26:16 +0000
  • cbfd111f18 Update cloud-messaging.md Elliot Hesp 2017-03-21 11:25:07 +0000
  • 865774e367 Create cloud-messaging.md Elliot Hesp 2017-03-21 11:23:49 +0000
  • 771cbf1990 Merge pull request #7 from greena13/patch-1 Michael Diarmid 2017-03-18 11:40:36 +0000
  • 6d9613d8b9 Fix typo in README.md Aleck Greenham 2017-03-18 11:27:38 +0000
  • 605a7515aa 1.0.0-alpha6 v1.0.0-alpha6 Salakar 2017-03-18 01:13:57 +0000
  • ea5d7d409f [js][auth] implemented currentUser.updateProfile() method Salakar 2017-03-18 01:10:34 +0000
  • 1789fae541 [ios][auth] implemented currentUser.updateProfile() method Salakar 2017-03-18 01:10:22 +0000
  • 2c0e8f4eaa [android][auth] implemented currentUser.updateProfile() method Salakar 2017-03-18 01:09:37 +0000
  • 916224014d [js][auth] implemented currentUser.updatePassword() method Salakar 2017-03-18 00:41:24 +0000
  • ad52991ffc [ios][auth] implemented currentUser.updatePassword() method Salakar 2017-03-18 00:41:10 +0000
  • 8d45bfdbf4 [android][auth] implemented currentUser.updatePassword() method Salakar 2017-03-18 00:40:55 +0000
  • f5b604bfdd [js][auth] added intercept to updateEmail Salakar 2017-03-18 00:31:28 +0000
  • 5320d506bf [ios][auth] added sendEmailVerification, reload and updateEmail methods Salakar 2017-03-18 00:31:02 +0000
  • 5bcd492efc [android][auth] added sendEmailVerification and updateEmail methods Salakar 2017-03-18 00:30:26 +0000
  • 5d67aaa9ef [js] implement currentUser.reauthenticate(credential) Salakar 2017-03-18 00:04:47 +0000
  • 70567b3b3e [ios] implement currentUser.reauthenticate(credential) Salakar 2017-03-18 00:04:31 +0000
  • 2a0ffb5832 [android] implement currentUser.reauthenticate(credential) Salakar 2017-03-18 00:04:17 +0000
  • 52713426d1 [js] implemented remaining auth providers on auth() : auth(). EmailAuthProvider, GithubAuthProvider, FacebookAuthProvider, TwitterAuthProvider and GoogleAuthProvider Salakar 2017-03-17 23:51:26 +0000
  • 9d520c4693 [js] misc flow fixes in auth Salakar 2017-03-17 23:40:12 +0000
  • 83e5d1f3d0 [android] implemented auth().link & signInWithCredential - for all providers, password, twitter, facebook, google and github Salakar 2017-03-17 23:33:55 +0000
  • 9cdd48a95a [ios] implemented auth().link - for all providers, password, twitter, facebook, google and github Salakar 2017-03-17 22:34:35 +0000
  • 48f6d90690 [android] added promiseRejectAuthException method to match ios Salakar 2017-03-17 22:00:13 +0000
  • 96fc1c7e42 [ios] finished standardizing auth exception codes/messages Salakar 2017-03-17 21:41:17 +0000
  • 93b2561878 [ios] misc auth Salakar 2017-03-17 19:08:51 +0000
  • 30c052a9c0 1.0.0-alpha5 v1.0.0-alpha5 Salakar 2017-03-17 18:05:31 +0000
  • 6977f06a67 [ios] completed remaining .auth().. methods Salakar 2017-03-17 18:04:13 +0000
  • a5df15709d Merge branch 'master' of https://github.com/invertase/react-native-firebase 1.0.0-alpha4 Salakar 2017-03-17 16:06:24 +0000
  • aa696e2523 #1.0.0-alpha4 Salakar 2017-03-17 16:06:20 +0000
  • 856da83a80 [android, ios] first draft of full fcm implementation - ios still todo Salakar 2017-03-17 16:04:39 +0000
  • b9fd032b6d [ios] commented out authToDict function as it's still todo - causes a crash on some xcode environments (weird) Salakar 2017-03-17 16:03:30 +0000
  • e214e9c23b Typo fix Elliot Hesp 2017-03-17 15:44:02 +0000
  • 66fb741e95 Typo fix Elliot Hesp 2017-03-17 15:43:24 +0000
  • ea83290bae Merge branch 'master' of https://github.com/invertase/react-native-firebase Salakar 2017-03-17 15:41:37 +0000
  • 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. Salakar 2017-03-17 15:41:25 +0000
  • f563064455 Update crash.md Elliot Hesp 2017-03-17 15:40:19 +0000
  • 7fc8856487 Fix typo Elliot Hesp 2017-03-17 15:23:14 +0000
  • 73071c1e7a Create crash.md Elliot Hesp 2017-03-17 15:21:57 +0000
  • 24738dd03f Merge branch 'master' of https://github.com/invertase/react-native-firebase Salakar 2017-03-17 14:58:35 +0000
  • 7b7d6a07da Update README.md Elliot Hesp 2017-03-17 14:58:28 +0000
  • 50c97ad542 misc build script changes Salakar 2017-03-17 14:57:22 +0000
  • 56b1d0009a Update Android installation instructions Elliot Hesp 2017-03-17 14:39:50 +0000
  • 8830b98c18 Merge branch 'master' of https://github.com/invertase/react-native-firebase 1.0.0-alpha3 Salakar 2017-03-17 13:27:18 +0000
  • d71ffd569f #v1.0.0-alpha3 Salakar 2017-03-17 13:27:04 +0000
  • aaed24cb87 Update README.md Michael Diarmid 2017-03-17 12:41:56 +0000
  • 277f9b856c Update README.md Michael Diarmid 2017-03-17 12:41:34 +0000
  • 86498b76d0 Merge branch 'master' of https://github.com/invertase/react-native-firebase Salakar 2017-03-16 17:08:43 +0000
  • f5d0bd002a [js] prefix snapshot internals with '_' Salakar 2017-03-16 16:48:03 +0000
  • a5cd56243e Update analytics.md Elliot Hesp 2017-03-16 16:32:17 +0000
  • 274c8a93fa Update README descriptions Elliot Hesp 2017-03-16 16:27:01 +0000
  • c459345bfe Change Gitter location Elliot Hesp 2017-03-16 15:46:13 +0000
  • 9f5b132f38 [android, ios] currentUser.getToken() - now uses promise and correctly returns a string Salakar 2017-03-16 12:35:03 +0000
  • b6c406c7aa [android] link/linkPassword Salakar 2017-03-16 12:19:34 +0000
  • afece365e4 [android] start of auth().currentUser methods refactor Salakar 2017-03-15 20:17:04 +0000
  • a780f9677d [android] finished refactor of auth() methods, currentUser methods still TODO Salakar 2017-03-15 20:05:09 +0000
  • 1874189e15 [android] fix case on authExceptionToMap Salakar 2017-03-15 18:17:57 +0000
  • e54fb2a4bc [android] added additional logic to authExceptionToMap to try and cast exceptions to FirebaseAuthException. Sometimes this is unable to cast hence the previous version of this function, now tries both. Salakar 2017-03-15 18:09:14 +0000
  • 1acbff834f [ios, android] fixed messaging() send() - now a promise on native - added stub method for ios as the existing one was empty Salakar 2017-03-15 14:00:28 +0000
  • cd4664fb68 [ios] fixed messaging getToken, listen/unlisten token refresh Salakar 2017-03-15 13:05:56 +0000
  • 6d52b6d4d3 messaging().getToken now correctly returns a string on both platforms Salakar 2017-03-15 12:57:36 +0000
  • 5c14dfeb3b fix debug logging Salakar 2017-03-15 11:20:12 +0000
  • 0914a9341c [ios,android] WIP - moving auth to promises & fixing ios <-> android discrepancies Salakar 2017-03-14 19:04:16 +0000
  • b18a7a0d6a switch ios onAuthStateChange handlers to new format Salakar 2017-03-14 10:57:57 +0000
  • efb07c47c7 - moved user methods out of auth class into user class - lint/flow Salakar 2017-03-13 20:27:44 +0000
  • 7715b2c061 remove getToken calling from promiseWithUser (was getting called every auth method, not sure why it was here) Salakar 2017-03-13 20:14:17 +0000
  • 15167a4f81 added auth method result interceptor - grab user objects and shim into currentUser Salakar 2017-03-13 20:02:44 +0000
  • 7710dd94a7 implement currentUser.toJSON() method Salakar 2017-03-13 20:01:45 +0000
  • f9f075f43d Merge branch 'master' of https://github.com/invertase/react-native-firebase Salakar 2017-03-13 17:24:24 +0000
  • 2509e7484d - switched signInAnonymously to use RN promises native side - created helper to convert auth exceptions into cleaner web equivalent error codes/messages Salakar 2017-03-13 17:23:41 +0000
  • 92799bc0a9 Add missing settings.gradle setup docs Elliot Hesp 2017-03-13 10:25:43 +0000
  • 921921fda3 Update README.md Elliot Hesp 2017-03-13 08:47:29 +0000
  • 50d176427f android/js: cleanup / remove redundant code Salakar 2017-03-10 18:12:46 +0000
  • eab45d7dc8 Fix issues with Analytics Chris Bianca 2017-03-10 14:43:09 +0000
  • b343a46de0 Rename pod Chris Bianca 2017-03-10 14:18:01 +0000
  • 77a09f5810 Add Firebase Crash Reporting for iOS and Android Chris Bianca 2017-03-10 14:17:37 +0000
  • d86a3dff2a android: fixed getPriority value casting & cleaned up utils Salakar 2017-03-10 13:58:29 +0000
  • f509dfedff android: bump firebase version to 10.2.0 Salakar 2017-03-10 10:46:55 +0000
  • ccd90666f5 js: snapshot now returns cloned objects/arrays of this.value Salakar 2017-03-09 18:45:42 +0000
  • 178b2e1d99 js: snapshot comments / flow type additions Salakar 2017-03-09 18:18:10 +0000
  • 834980f9dd snapshot.forEach() now correctly implemented - now allows returning true to break iteration as per web sdk docs. Salakar 2017-03-09 17:53:35 +0000
  • da8a2ec645 misc snapshot Salakar 2017-03-09 17:18:48 +0000