Commit Graph

725 Commits

Author SHA1 Message Date
Salakar b068b4ff42 [tests][*] removed focus from misc tests 2017-08-14 14:33:14 +01:00
Salakar 678abdf0e6 [tests][core] added test for app.options 2017-08-14 14:32:51 +01:00
Salakar 660c71c6ce [tests][storage] added ref toString test 2017-08-14 14:17:14 +01:00
Salakar 156e1a431c [storage][js] update ref.toString - removed extra `/` and added `gs://` prefix 2017-08-14 14:11:17 +01:00
Salakar 56fc189d26 [storage][js] update ref.toString to now correctly return the full bucket path to the ref location 2017-08-14 14:06:37 +01:00
Salakar 534a52d16a [database][js] remove unused import 2017-08-14 14:01:10 +01:00
Salakar f90db16019 [database][js] ref.isEqual() now correctly compares query modifiers 2017-08-14 13:51:52 +01:00
Salakar 590cb58d49 [storage][ios] fixed customMetadata not being uploaded via putFile - fixes #276 2017-08-14 13:51:17 +01:00
Salakar e1fc30bc8f [database][js] thenable ref fix for #147 2017-08-14 13:30:44 +01:00
Salakar f1709970e9 [database][wip] on/off logic refactor - heavily still wip so things still to change 2017-08-14 11:05:49 +01:00
Salakar 0675aa076d Merge branch 'master' of https://github.com/invertase/react-native-firebase into v3
# Conflicts:
#	ios/RNFirebase/admob/RNFirebaseAdMob.m
#	ios/RNFirebase/database/RNFirebaseDatabase.h
#	ios/RNFirebase/database/RNFirebaseDatabaseReference.m
#	lib/modules/admob/index.js
#	tests/ios/Podfile.lock
2017-08-12 19:07:51 +01:00
Salakar ac258681bc Merge branch 'master' of https://github.com/invertase/react-native-firebase into v3
# Conflicts:
#	ios/RNFirebase/admob/RNFirebaseAdMob.m
#	ios/RNFirebase/database/RNFirebaseDatabase.h
#	ios/RNFirebase/database/RNFirebaseDatabaseReference.m
#	lib/modules/admob/index.js
#	tests/ios/Podfile.lock
2017-08-11 17:37:12 +01:00
Salakar 70b6983583 [docs] version docs 2017-08-11 17:20:10 +01:00
Chris Bianca 184a0981ea 2.1.2 2017-08-11 16:49:41 +01:00
Chris Bianca 97cc5ee131 [ios] Fix conditional imports 2017-08-11 16:07:39 +01:00
Salakar 8627d5d87f Merge remote-tracking branch 'origin/multi-apps' into multi-apps 2017-08-11 15:58:49 +01:00
Salakar 5e3cf0ad7f [js][database] todo comments 2017-08-11 15:58:42 +01:00
Elliot Hesp 0c69eb5237 [admob] Remove unused static method 2017-08-11 11:22:05 +01:00
Elliot Hesp 7c4c2a2517 Merge branch 'master' of github.com:invertase/react-native-firebase 2017-08-11 10:51:45 +01:00
Elliot Hesp 0227ec6c25 [tests] Bump to latest Firebase SDK versions 2017-08-11 10:51:29 +01:00
Elliot Hesp 4e7c16b104 Merge pull request #330 from zoontek/remove-incorrect-comma
Remove incorrect comma
2017-08-10 21:36:31 +01:00
Mathieu Acthernoene e37b560626 Remove incorrect comma 2017-08-10 22:21:16 +02:00
Chris Bianca 18fd83ec20 [android] Add rnpm commands for Android 2017-08-10 17:26:27 +01:00
Chris Bianca 2861e6b17c 2.1.1 2017-08-10 15:07:26 +01:00
Chris Bianca af1f65f835 [ads][ios] Remove duplicate import 2017-08-10 15:02:25 +01:00
Chris Bianca ac1af10cff Merge commit 'da272d42a83299ea22e89c731ce243d4f764fce2' into multi-apps 2017-08-08 15:58:27 +01:00
chrisbianca da272d42a8 Merge pull request #318 from connected-space/patch-2
Update installation-android.md
2017-08-08 12:46:19 +01:00
chrisbianca c9d20aca91 Merge pull request #317 from connected-space/patch-1
Update installation-android.md
2017-08-08 12:45:33 +01:00
connected-space e17b4a99d7 Update installation-android.md 2017-08-08 12:36:30 +01:00
connected-space f36b7e9942 Update installation-android.md 2017-08-08 12:31:14 +01:00
Elliot Hesp ce7444bcf1 Merge pull request #316 from ecirish/patch-1
Fix typo in readme.md
2017-08-08 07:52:40 +01:00
Eric Irish cff610aa3b Fix typo in readme.md
add a 't' to analy't'ics
2017-08-07 16:32:03 -05:00
chrisbianca 9c49a4e7e2 Merge pull request #309 from Jobeso/patch-1
[docs] Bump Google Play Services dependency versions
2017-08-07 15:36:48 +01:00
Salakar 425dfbcc43 [js][database] once now supports passing context - as per the web sdk 2017-08-07 09:46:05 +01:00
Salakar fb6251a6fd [js][database] cleanup transaction completion wrapper 2017-08-05 22:00:06 +01:00
Salakar bec4e8c59c [tests][database] fixed broken 'root' tests - were incorrectly accessing a private property - switched to using 'path' 2017-08-05 21:50:36 +01:00
Salakar 53acfe3584 [js][database] remove, update, setWithPriority, setPriority & set now correctly support callbacks or promises
[js][database] fixed query modifier methods - were accessing incorrect query property
2017-08-05 21:49:28 +01:00
Salakar d2909be7eb [js][database] fixed an issue where query methods were not returning correctly 2017-08-05 21:45:15 +01:00
Salakar 78e9f4b7c7 [ios][database] updated keepSynced to now work with modifiers 2017-08-05 21:43:53 +01:00
Salakar 913bb4e500 [android][database] updated keepSynced to now work with modifiers 2017-08-05 21:42:36 +01:00
Salakar 6298b86557 Merge branch 'master' of https://github.com/invertase/react-native-firebase into multi-apps
# Conflicts:
#	ios/RNFirebase.xcodeproj/project.pbxproj
2017-08-05 19:28:29 +01:00
Jobeso f2f5ea3671 crash fix
to get the library working we need to take these versions otherwise the app would crash
2017-08-04 10:48:21 +02:00
Chris Bianca 4dd1b0165f [docs] Add FCM to package description 2017-08-04 09:02:29 +01:00
Chris Bianca db68b4d05c [ios] Add RNFirebaseDatabaseReference to Xcode project 2017-08-03 11:35:55 +01:00
Chris Bianca 0154c0ce36 [docs] Update main readme with supported versions 2017-08-03 08:57:19 +01:00
Chris Bianca d304952ce3 2.1.0 2017-08-03 08:54:31 +01:00
Chris Bianca 4f24f17eb5 [android] Support RN 0.47.0 breaking changes 2017-08-03 08:54:10 +01:00
Chris Bianca a785b050db [database][ios][wip] Replicate Android changes on iOS 2017-08-02 16:51:57 +01:00
Salakar 3504715a53 Merge branch 'master' of https://github.com/invertase/react-native-firebase into multi-apps 2017-08-02 10:38:39 +01:00
Salakar b935034592 [database][wip] misc multi-app 2017-08-02 10:38:30 +01:00