Salakar
|
91e9263965
|
[js][ios][android][messaging] full implementation of upstream send including RemoteMessage builder
|
2017-03-30 16:25:27 +01:00 |
Salakar
|
48e57d2065
|
[ios][android][auth] getToken now correctly accepts forceRefresh argument. Fixes #21.
|
2017-03-30 10:55:16 +01:00 |
Salakar
|
89a0354e4b
|
1.0.0-alpha10
|
2017-03-29 17:52:17 +01:00 |
Salakar
|
e16b788ad7
|
[android][storage] storage implementation using react native promises
|
2017-03-29 17:50:25 +01:00 |
Salakar
|
b78ebc7de2
|
Merge branch 'master' of https://github.com/invertase/react-native-firebase
|
2017-03-29 17:48:31 +01:00 |
Salakar
|
b012bf22f6
|
[ios][storage] getMetaData --> getMetadata renamed
|
2017-03-29 17:48:21 +01:00 |
chrisbianca
|
2dfcf078d0
|
Updated iOS install docs with 3 different approaches
|
2017-03-28 09:22:25 +01:00 |
Salakar
|
86512320f0
|
[js] move auth statics
|
2017-03-27 19:11:26 +01:00 |
Michael Diarmid
|
2ae3003597
|
added discord badge
|
2017-03-27 17:20:08 +01:00 |
Chris Bianca
|
10656ce698
|
Add missing Android messaging file for local notifications; Document local notification setup
|
2017-03-27 13:48:50 +01:00 |
Chris Bianca
|
e25dd05576
|
Fix iOS messaging issue
|
2017-03-27 13:26:26 +01:00 |
Chris Bianca
|
43df6b5564
|
Add a promise response to iOS messaging requestPermissions to return permission popup response (iOS 10+)
|
2017-03-27 12:51:52 +01:00 |
chrisbianca
|
187f7cd7b9
|
Fix directory reference in documentation
|
2017-03-27 12:41:05 +01:00 |
chrisbianca
|
78835f4556
|
Correct ios installation documentation syntax
|
2017-03-27 12:39:39 +01:00 |
Chris Bianca
|
f300149d2f
|
Fix iOS Podspec issue; Update documentation to make use of pod file for iOS setup rather than react-native link
|
2017-03-27 12:38:33 +01:00 |
Elliot Hesp
|
3eb301399e
|
Add transactions doc link
|
2017-03-27 11:37:39 +01:00 |
Elliot Hesp
|
e9489035e9
|
Create transactions.md
|
2017-03-27 11:37:07 +01:00 |
Salakar
|
a3d2a6b0bf
|
1.0.0-alpha9
|
2017-03-25 01:03:58 +00:00 |
Salakar
|
fda59ecdcb
|
[ios][database] transaction support implemented
|
2017-03-25 00:59:27 +00:00 |
Salakar
|
5824e5405f
|
[android][database] transaction lock condition 'awaits' now timeouts after 30 seconds if not signalled (forgot to include the handler originally also)
|
2017-03-24 23:36:01 +00:00 |
Salakar
|
d8693f5e39
|
Merge branch 'master' of https://github.com/invertase/react-native-firebase
|
2017-03-24 22:54:08 +00:00 |
Salakar
|
bb6b1aa7f2
|
[android,js][database] transactions support implemented
|
2017-03-24 22:53:56 +00:00 |
Michael Diarmid
|
4db1a4095e
|
Update README.md
|
2017-03-24 03:00:03 +00:00 |
Michael Diarmid
|
792902392f
|
Update README.md
|
2017-03-24 02:58:44 +00:00 |
Michael Diarmid
|
4463292996
|
added logo svg
thanks @greena13 for the conversion into an svg
|
2017-03-24 02:56:28 +00:00 |
Michael Diarmid
|
4e92fcac98
|
Update README.md
|
2017-03-23 17:12:52 +00:00 |
Michael Diarmid
|
f7a3ba4818
|
Update README.md
|
2017-03-23 17:09:49 +00:00 |
Michael Diarmid
|
e78c288b40
|
Update README.md
|
2017-03-23 17:05:28 +00:00 |
Michael Diarmid
|
ecde728f85
|
Update installation.ios.md
|
2017-03-23 13:45:33 +00:00 |
Michael Diarmid
|
8c340838bc
|
Update installation.ios.md
|
2017-03-23 13:40:18 +00:00 |
Michael Diarmid
|
c09ee68269
|
Update installation.ios.md
|
2017-03-23 13:38:10 +00:00 |
Michael Diarmid
|
c31f20953a
|
Update installation.ios.md
|
2017-03-23 13:33:37 +00:00 |
Michael Diarmid
|
ef5931b939
|
Update installation.ios.md
|
2017-03-23 13:29:01 +00:00 |
Michael Diarmid
|
70e17624bc
|
Update installation.ios.md
|
2017-03-23 13:25:38 +00:00 |
Michael Diarmid
|
dc181f853d
|
Update README.md
|
2017-03-23 01:21:18 +00:00 |
Salakar
|
61d6358ce0
|
1.0.0-alpha8
|
2017-03-23 01:03:20 +00:00 |
Salakar
|
637afad444
|
[js][storage] misc comments
|
2017-03-23 00:54:19 +00:00 |
Salakar
|
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
|
2017-03-23 00:37:38 +00:00 |
Salakar
|
f1655c1ea6
|
[js] fixed issue with StorageTask.then/.catch
|
2017-03-22 23:23:48 +00:00 |
Salakar
|
d15ae5cb27
|
[js] added firebase.storage.Native.* constants
|
2017-03-22 23:20:57 +00:00 |
Salakar
|
f132ddb614
|
[ios][storage] fixed issue where invalid file paths for download would error with unknown
|
2017-03-22 23:20:02 +00:00 |
Salakar
|
2c2766f767
|
[js] remove old code
|
2017-03-22 20:45:53 +00:00 |
Salakar
|
d9023f55b8
|
[js][statics] implemented staticsOrInstance helper - fixes #12
|
2017-03-22 20:15:02 +00:00 |
Salakar
|
2f12569c60
|
[js][storage] misc
|
2017-03-22 19:57:42 +00:00 |
Salakar
|
352b8db780
|
[ios][storage] lowercase TaskState's to match web sdk
|
2017-03-22 19:47:22 +00:00 |
Salakar
|
00889e1a69
|
[js][storage] switch to native promises
|
2017-03-22 19:46:08 +00:00 |
Salakar
|
dfa72c03f9
|
Merge branch 'master' of https://github.com/invertase/react-native-firebase
|
2017-03-22 18:50:05 +00:00 |
Salakar
|
e23302fb24
|
[ios][storage] switch to native promises and implemented web error codes
|
2017-03-22 18:49:36 +00:00 |
Michael Diarmid
|
ab5f129d52
|
Merge pull request #11 from smkhalsa/patch-1
Fix documentation for Auth methods
|
2017-03-21 23:06:14 +00:00 |
Sat Mandir S. Khalsa
|
657b9e4e91
|
Fix updateEmail method
|
2017-03-21 15:30:34 -07:00 |