Elliot Hesp
|
ad7914d7f4
|
Reorder Android installation docs
|
2017-07-20 11:02:31 +01:00 |
Salakar
|
33470419ed
|
Merge branch 'master' of https://github.com/invertase/react-native-firebase into multi-apps
|
2017-07-20 09:59:52 +01:00 |
Chris Bianca
|
46772d253d
|
[android][ios][database] Add missing setPriority and setWithPriority methods
|
2017-07-19 18:18:16 +01:00 |
Chris Bianca
|
c2400edd0a
|
[ios][config] Add react utils import
|
2017-07-19 16:22:00 +01:00 |
Chris Bianca
|
27453ac31a
|
[ios][database] Refactor RNFirebaseDatabaseReference
|
2017-07-19 16:02:26 +01:00 |
Chris Bianca
|
7f4882abe6
|
2.0.4
|
2017-07-19 12:52:31 +01:00 |
Chris Bianca
|
dc10f29b78
|
[ios][messaging] Add back in userNotificationCenter messaging methods
|
2017-07-19 12:49:18 +01:00 |
Chris Bianca
|
1692060a0d
|
[ios] Fix !use_frameworks React compilation issues
|
2017-07-19 12:35:37 +01:00 |
Elliot Hesp
|
c856cc2baa
|
Update ISSUE_TEMPLATE.md
|
2017-07-19 12:04:28 +01:00 |
chrisbianca
|
3f5c8779ec
|
[docs] Add warning about use_frameworks
|
2017-07-19 11:25:12 +01:00 |
Salakar
|
d64e54942c
|
[tests][core] start of core/app tests
|
2017-07-18 06:05:30 +01:00 |
Salakar
|
9b5e361d95
|
[tests] removed misc logging
|
2017-07-18 06:05:00 +01:00 |
Salakar
|
267f908c62
|
[core][js] misc cleanup/validation
|
2017-07-18 06:04:12 +01:00 |
Salakar
|
294ee0062d
|
[messaging][js] fixed EE issue
|
2017-07-18 06:03:35 +01:00 |
Salakar
|
03377255f6
|
[core][both] added delete app method (android is just a stub method as the firebase sdk does not support it)
|
2017-07-18 06:02:53 +01:00 |
Salakar
|
e96c5db8d1
|
[auth][android] remove `firebase` providerData from user responses, see: https://github.com/firebase/firebase-ios-sdk/issues/140
|
2017-07-18 06:01:31 +01:00 |
Salakar
|
c4d066fd55
|
[tests] improved testing framework error/success output
|
2017-07-18 05:59:28 +01:00 |
Salakar
|
d8fee7f5cb
|
[auth][ios] finalised auth changed listener logic
|
2017-07-17 20:56:08 +01:00 |
Salakar
|
2d744b162e
|
[tests] update firebase helper to initialize additional apps
|
2017-07-17 19:44:47 +01:00 |
Salakar
|
075cd690ce
|
[android][ios][core] initialize app parameters no longer prefixed by platform name i.e iosClientId becomes clientId. Use react native platform module to provide platform specific options.
|
2017-07-17 19:43:36 +01:00 |
Salakar
|
471539a1aa
|
[docs] start of app/core documentation
|
2017-07-17 19:41:51 +01:00 |
Salakar
|
48570f5510
|
[ios][auth] fix unlink method - missing appName / targeted app instance after master merge
|
2017-07-17 18:26:13 +01:00 |
Salakar
|
a0c42c7d39
|
[android][auth] fix unlink method - missing appName / targeted app instance after master merge
|
2017-07-17 18:23:57 +01:00 |
Salakar
|
813b91f5ad
|
[ios][app] apps initialized natively now automatically initialized js side - via react module getConstants
|
2017-07-17 18:20:27 +01:00 |
Salakar
|
9a3e22431b
|
[android][app] apps initialized natively now automatically initialized js side - via react module getConstants
|
2017-07-17 17:36:50 +01:00 |
Salakar
|
ef259fbbc0
|
Merge branch 'master' of https://github.com/invertase/react-native-firebase into multi-apps
|
2017-07-17 17:35:16 +01:00 |
Salakar
|
f5159cead3
|
2.0.3
|
2017-07-12 16:27:30 +01:00 |
Salakar
|
acd13d5297
|
Merge remote-tracking branch 'origin/master'
|
2017-07-12 16:26:57 +01:00 |
Salakar
|
97447dab5e
|
[android][auth] implemented missing 'unlink' method
|
2017-07-12 16:26:02 +01:00 |
Salakar
|
b9b9de5739
|
[android][config] removed appName requirement on enableDeveloperMode - native SDK's don't support multiple apps for remote config
|
2017-07-12 16:14:11 +01:00 |
Salakar
|
91b7281d45
|
[both] re-enabled analytics, admob, crash & perf modules
|
2017-07-12 16:11:07 +01:00 |
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 |