Commit Graph

831 Commits

Author SHA1 Message Date
Salakar fc84452915 Merge branch 'master' of https://github.com/invertase/react-native-firebase into multi-apps 2017-07-12 15:50:18 +01:00
Salakar 282f953f52 [both] continued work on multi app support - storage now full supported and auth WIP 2017-07-12 15:49:33 +01:00
Elliot Hesp 07183ebd78 Use HTTPs packagequality badge 2017-07-12 14:59:31 +01:00
Salakar 82a2afd59b [android][database] switch to SparseArray for database references 2017-07-12 13:48:21 +01:00
Salakar c6773dc808 Merge branch 'master' of https://github.com/invertase/react-native-firebase into multi-apps
# Conflicts:
#	android/src/main/java/io/invertase/firebase/auth/RNFirebaseAuth.java
2017-07-12 13:39:29 +01:00
Salakar 0898f0913d [js][ios][android][auth] checkActionCode now returns an actionType string in the result 2017-07-12 12:59:35 +01:00
Elliot Hesp fd615d633a Ignore .github dir from npm 2017-07-06 14:49:25 +01:00
Elliot Hesp cf4be180d4 Add issue template 2017-07-06 14:48:43 +01:00
Elliot Hesp 8b36ea3a53 Add Redux to sidebar 2017-07-06 11:09:30 +01:00
Elliot Hesp 004110cbcc Update faqs.md 2017-07-06 11:08:43 +01:00
Elliot Hesp bfe80536c1 Create redux.md 2017-07-06 11:08:25 +01:00
Elliot Hesp a9298f2c94 Merge pull request #231 from ugiacoman/master
Add example project + Update android installation docs
2017-07-06 10:33:54 +01:00
Elliot Hesp d4328f3adb Merge branch 'master' of github.com:invertase/react-native-firebase 2017-07-06 10:22:23 +01:00
Elliot Hesp 22e511209a [admob] temp fix for duplicate subscriptions 2017-07-06 10:21:32 +01:00
ugiacoman 2bad2dc952 Add example dir to .npmignore 2017-07-05 13:39:56 -04:00
ugiacoman 591b0cc151 Merge remote-tracking branch 'inter/master' 2017-07-05 10:13:17 -04:00
ugiacoman 5d37d092c2 Include google-services.json 2017-07-05 10:07:07 -04:00
Salakar 45d913e92d 2.0.2 2017-07-05 14:57:02 +01:00
Salakar fd93d24e1a [js][ios][android][auth] checkActionCode implemented 2017-07-05 14:56:18 +01:00
ugiacoman 3fdbf8c838 Update gitignore 2017-07-05 09:55:23 -04:00
ugiacoman 0e56eccab5 Update installation-android doc 2017-07-05 09:42:29 -04:00
ugiacoman 5db5120515 Update installation-android doc, remove example tests 2017-07-05 09:41:38 -04:00
ugiacoman b577265fa8 Update docs: installation-android with google play services API availaibilty issue 2017-07-05 09:32:10 -04:00
ugiacoman 8eb6156f14 Refactor to ESLint 2017-07-05 09:22:39 -04:00
Salakar 08f4f0c97b [js][ios][android][auth] applyActionCode implemented 2017-07-05 14:16:35 +01:00
ugiacoman f3858037fc Update google files, add visual confirmation on firebase initialization 2017-07-05 09:15:48 -04:00
Elliot Hesp 180e8da4f2 Update index.html 2017-07-05 09:15:05 +01:00
ugiacoman 2c11e13e90 Add ios config 2017-07-04 19:58:04 -04:00
ugiacoman cc8bcc5466 Add default implementation for android 2017-07-04 19:22:19 -04:00
ugiacoman 0fbbae031a Add app.js 2017-07-04 18:57:25 -04:00
ugiacoman a870354a18 Add example dir 2017-07-04 18:43:50 -04:00
Salakar a87201e8aa Merge remote-tracking branch 'origin/master' 2017-07-04 18:24:27 +01:00
Salakar 0dda8d9174 [js][ios][android][auth] confirmPasswordReset implemented 2017-07-04 18:22:18 +01:00
Michael Diarmid 88add3c557 Update testing.md 2017-07-04 17:38:19 +01:00
Michael Diarmid bb2e74a76c Update testing.md 2017-07-04 17:36:13 +01:00
Michael Diarmid c24b3e897c Update testing.md 2017-07-04 17:35:00 +01:00
Michael Diarmid 1494ed8db9 Update testing.md 2017-07-04 17:33:25 +01:00
Michael Diarmid 78e79a5c7e Update README.md 2017-07-04 17:33:15 +01:00
Michael Diarmid 0c76a6e0e5 Update README.md 2017-07-04 16:33:35 +01:00
Michael Diarmid b3eacb6aa4 Update README.md 2017-07-04 16:32:51 +01:00
Salakar 63f84e6b8b 2.0.1 2017-07-04 16:24:46 +01:00
Salakar 333c449ab4 Merge branch 'master' of https://github.com/invertase/react-native-firebase 2017-07-04 16:19:52 +01:00
Salakar 9cd4641f06 [tests][database] added 'child_added' test for issue #221 - thanks @TiraO 2017-07-04 16:19:41 +01:00
Salakar 2f67e8b35b [both][database] all 'once' event types now supported - not just 'value' 2017-07-04 16:17:42 +01:00
Salakar d1196b98c4 [both][database] Fixed an issue where the reference from a child snapshot was being returned as the parent snapshot when listening to child events 2017-07-04 16:16:08 +01:00
Elliot Hesp 66a2d3b7ef Update transactions.md 2017-07-04 16:01:43 +01:00
Elliot Hesp e328ce92b9 Update README.md 2017-07-04 16:01:00 +01:00
Elliot Hesp 58f50839a4 Update perf.md 2017-07-04 15:58:43 +01:00
Elliot Hesp bdd25dd8fb Update testing.md 2017-07-04 15:45:17 +01:00
Elliot Hesp ce0934d44c Merge branch 'master' of github.com:invertase/react-native-firebase 2017-07-04 15:40:03 +01:00