Chris Bianca
|
cf71a2427d
|
Bump version for release
|
2017-04-27 11:08:08 +01:00 |
taljacobson
|
9d32630d01
|
add some non type blocking any's
|
2017-04-26 22:12:59 +03:00 |
taljacobson
|
8f2f078ab3
|
merge remote-tracking branch 'upstream/master'
|
2017-04-26 21:54:52 +03:00 |
Chris Bianca
|
7f7d5e8ec7
|
[js] Fix database cleanup function
|
2017-04-26 17:52:16 +01:00 |
Chris Bianca
|
6d4b5bc406
|
[ios] Add multiple listener support
|
2017-04-26 17:34:16 +01:00 |
Chris Bianca
|
312b7b37b1
|
[android] Add gradle wrapper so nom run android:dev works out of the box without needing Android Studio
|
2017-04-26 17:33:46 +01:00 |
Chris Bianca
|
bb26cb4e2c
|
[android] More tidy up around multiple listeners
|
2017-04-26 17:27:36 +01:00 |
Chris Bianca
|
ef306162b4
|
[js][android] Support multiple listeners on a single ref
|
2017-04-26 12:21:53 +01:00 |
Michael Diarmid
|
e8854f1a2e
|
Merge pull request #67 from greena13/dev_tests
[tests] Move test suite into same repo
|
2017-04-24 10:37:47 +01:00 |
Aleck Greenham
|
9308994db2
|
[tests] Move test suite into same repo
|
2017-04-23 20:22:19 +01:00 |
Michael Diarmid
|
fac0efa9d0
|
Merge pull request #65 from greena13/refence_isEqual
[js][database] Add ref().isEqual()
|
2017-04-22 22:12:42 +01:00 |
Aleck Greenham
|
3277126fb4
|
[js][database] Add ref().isEqual()
|
2017-04-22 18:00:05 +01:00 |
Michael Diarmid
|
898217ff6c
|
Merge pull request #64 from greena13/reference_ref
[js][database] Add ref property for consistency with web API
|
2017-04-22 10:01:47 +01:00 |
Aleck Greenham
|
3d863ac636
|
[js][database] Add ref property for consistency with web API
|
2017-04-22 09:27:37 +01:00 |
chrisbianca
|
03a52e03bc
|
Merge pull request #59 from alexkuttig/master
fixed CrashReporting on iOS
|
2017-04-19 15:54:22 +01:00 |
Alexander Kuttig
|
98b6d64836
|
fixed CrashReporting on iOS
added RNFirebaseCrash.h and RNFirebaseCrash.m to ios project and build target
Renamed lib/modules/crash class name from Analytics to Crash
|
2017-04-19 16:16:55 +02:00 |
Michael Diarmid
|
c40de1b3f1
|
Merge pull request #58 from alexkuttig/master
fixed onDisconnectSet on iOS
|
2017-04-19 12:30:35 +01:00 |
Alexander Kuttig
|
127bdfbbee
|
fixed onDisconnectSet on iOS
removed onDisconnectSetString
renamed onDisconnectSetObject to onDisconnectSet
called Firebase onDisconnectSetValue with props.value
|
2017-04-19 13:05:23 +02:00 |
Salakar
|
e6d2693f33
|
remove weird formatting
|
2017-04-19 11:30:08 +01:00 |
Elliot Hesp
|
eb1b133188
|
Merge pull request #56 from SamMatthewsIsACommonName/patch-1
Update faqs.md
|
2017-04-18 08:32:54 +01:00 |
Sam Matthews
|
a01752992f
|
Update faqs.md
|
2017-04-17 14:38:29 +02:00 |
Sam Matthews
|
6a38ebcde8
|
Update faqs.md
|
2017-04-17 14:28:30 +02:00 |
Sam Matthews
|
48853e93eb
|
Update faqs.md
Added some expanded descriptions of common problems encountered, as well as how to use the googleApiAvailability method to run availability checks.
|
2017-04-17 14:14:00 +02:00 |
Elliot Hesp
|
4aaddde313
|
Merge pull request #51 from calclavia/patch-1
Corrected FB Login Example
|
2017-04-13 08:46:44 +01:00 |
Henry Mao
|
e24fd7b64e
|
Corrected FB Login Example
|
2017-04-12 19:26:53 -07:00 |
Michael Diarmid
|
11052bbb6f
|
Update installation.android.md
|
2017-04-11 12:50:39 +01:00 |
Elliot Hesp
|
a1a7653d4a
|
Update README.md
|
2017-04-11 11:25:20 +01:00 |
Elliot Hesp
|
c07e64adfc
|
Create faqs.md
|
2017-04-11 11:24:39 +01:00 |
Chris Bianca
|
05eec5fe7e
|
[android] Remove unused imports
|
2017-04-10 09:53:17 +01:00 |
Chris Bianca
|
baa198ea7d
|
[js][android] Use GoogleApiAvailability to prompt the user to install Google Play Services if it is not installed
|
2017-04-10 09:50:42 +01:00 |
Salakar
|
90546aa7dd
|
[android][storage] fix readable map already consumed error
|
2017-04-07 18:44:46 +01:00 |
Salakar
|
bdf588e0e2
|
[js][android][ios][storage] uploadTask.on now correctly receives a success status event
|
2017-04-07 17:57:57 +01:00 |
Salakar
|
c83ba8b756
|
[js][storage] uploadTask.on now correctly handles next or observer args as per firebase web sdk
|
2017-04-07 16:15:53 +01:00 |
Salakar
|
9031db6b64
|
[js][storage] uploadTask.on now correctly handles next or observer args as per firebase web sdk
|
2017-04-07 16:15:08 +01:00 |
Salakar
|
d2a9bb7fa3
|
[js][auth] onAuthStateChange now correctly returns an instance of the User class.
|
2017-04-07 16:10:04 +01:00 |
Salakar
|
cfd5e2e033
|
misc docs
|
2017-04-07 16:09:12 +01:00 |
Michael Diarmid
|
c71a727f16
|
Update firebase-setup.md
|
2017-04-06 14:41:10 +01:00 |
Michael Diarmid
|
f1f558cda8
|
Update firebase-setup.md
|
2017-04-06 13:15:44 +01:00 |
Michael Diarmid
|
3dda4dad9c
|
Update firebase-setup.md
|
2017-04-06 13:12:18 +01:00 |
Michael Diarmid
|
c284f73c04
|
Update installation.ios.md
|
2017-04-06 13:11:43 +01:00 |
Michael Diarmid
|
f33a486f40
|
Update firebase-setup.md
|
2017-04-06 13:01:21 +01:00 |
Michael Diarmid
|
bd2665a99c
|
Update installation.android.md
|
2017-04-06 13:01:18 +01:00 |
Michael Diarmid
|
0bc3fbf3ea
|
Update authentication.md
|
2017-04-06 12:44:08 +01:00 |
Michael Diarmid
|
8c45b744c9
|
Update authentication.md
|
2017-04-06 12:41:00 +01:00 |
Elliot Hesp
|
eac406f007
|
Update transactions.md
|
2017-04-05 09:38:28 +01:00 |
Chris Bianca
|
9b38d9258e
|
Bring Android updateProfile photoURL in line with web SDK and iOS naming
|
2017-04-05 09:09:45 +01:00 |
Michael Diarmid
|
f6ee3ff6f9
|
Merge pull request #34 from Leeds-eBooks/patch/flow-errors-1
Fixing various flow errors
|
2017-04-04 23:30:04 +01:00 |
Michael Diarmid
|
f65e93e6a0
|
Merge pull request #36 from Leeds-eBooks/patch/remove-platform-specific-index-files
Remove redundant platform-specific index files
|
2017-04-04 22:30:45 +01:00 |
Ben Styles
|
d87da28398
|
initial commit
|
2017-04-04 20:47:31 +01:00 |
Ben Styles
|
51a07fc4ee
|
flow fixes that change logic slightly
|
2017-04-04 17:58:47 +01:00 |