2
0
mirror of synced 2025-01-11 14:44:12 +00:00

1965 Commits

Author SHA1 Message Date
Salakar
368b3ad068 [functions][android][js] implementation - wip 2018-05-04 16:33:59 +01:00
Chris Bianca
ab2b9da06b 4.0.7 v4.0.7 2018-05-04 16:31:09 +01:00
Chris Bianca
ff41a45fdd [firestore][types] Add Typescript types for Blob 2018-05-04 16:30:32 +01:00
Chris Bianca
5f21ddc0fc
Merge pull request #1050 from TaopaiC/remote-input-alloweddatatypes
fix allowedDataTypes in fromNativeAndroidRemoteInput
2018-05-04 16:23:20 +01:00
Chris Bianca
3625e63024 [notifications][android] Run display notifications on a separate thread #996 2018-05-04 13:42:20 +01:00
Elliot Hesp
adeafef376
Merge pull request #1049 from invertase/templates
Templates
2018-05-04 11:08:42 +01:00
Elliot Hesp
ba61f718a5
Create Support_us.md 2018-05-04 10:56:55 +01:00
Elliot Hesp
9554ddaeb2
Update Feature_request.md 2018-05-04 10:51:38 +01:00
Elliot Hesp
729653356c
Update Feature_request.md 2018-05-04 10:49:47 +01:00
Elliot Hesp
1284988f18
Update Bug_report.md 2018-05-04 10:49:05 +01:00
Elliot Hesp
898db3cd59 Templates 2018-05-04 10:46:40 +01:00
Salakar
8dee086f1f [functions][js] start of functions implementationn 2018-05-04 08:37:30 +01:00
Salakar
216ecc63f5 [tests][firestore] additional Blob arg validation tests 2018-05-03 21:57:57 +01:00
Salakar
374c617672 [internals][js] move Base64 util to shared utils 2018-05-03 21:54:45 +01:00
Salakar
d493e00a67 [firestore][js] additional Blob class input arg validations 2018-05-03 21:50:53 +01:00
Michael Diarmid
86a8385f2a
Merge pull request #1047 from invertase/blob
[firestore] Blob support
2018-05-03 21:03:58 +01:00
Salakar
93dc585ac3 [tests][firestore] added large and small sized blob read/write tests 2018-05-03 21:02:07 +01:00
Salakar
912335062a [firestore][android] implement Blob support 2018-05-03 20:56:55 +01:00
Salakar
a8cefc4425 [tests][firestore] implement Blob support 2018-05-03 20:14:23 +01:00
Salakar
9c49d9ef57 [firestore][js] implement Blob support 2018-05-03 20:13:51 +01:00
Salakar
5906d20ce0 [firestore][ios] implement Blob support 2018-05-03 20:12:46 +01:00
Chris Bianca
6f60e72d2b
Merge pull request #1017 from crossfield/fix-podspec
Fix podspec so compilation works when RNFirebase is set in the Podfile
2018-05-03 08:25:18 +01:00
Salakar
d180b40d19 [firestore][js] blob uint8 coversion + blob comparator 2018-05-02 10:05:30 +01:00
Salakar
ff3b0fd7ea [firestore][js] start of blob support 2018-05-01 22:20:55 +01:00
TaopaiC
5f7edf668c fix allowedDataTypes in fromNativeAndroidRemoteInput 2018-05-01 23:45:55 +08:00
Chris Bianca
19266d4bae
Merge pull request #1035 from liamheneghan/fix-android-rescheduled-notification-firedate
Fix Android rescheduled notifications firing immediately
2018-04-30 10:20:58 +01:00
Liam Heneghan
d193c6b688 + Fix Android rescheduled notifications firing immediately 2018-04-30 14:48:13 +12:00
Salakar
8ef7c2d983 Merge branch 'master' of https://github.com/invertase/react-native-firebase 2018-04-29 15:11:07 +01:00
Chris Bianca
606fae2070 4.0.6 v4.0.6 2018-04-26 15:59:39 +01:00
Chris Bianca
7cc7d5afe5 [auth] Fix possible race condition #980 2018-04-26 09:21:10 +01:00
Michael Diarmid
9914dd1ea4
Merge pull request #1018 from awmichel/fix-where-fieldpath-typing
Typing Fix for Firestore Query `where` Function
2018-04-25 06:17:31 +01:00
Adam Michel
ea8e106129
Use union type for fieldPath option to query orderBy and where functions.
Constructing and passing a FieldPath object to the `orderBy` or `where` functions of a Firestore query currently raises a type error since those functions are only typed to expect a `string` value. This fixes that since those functions do accept FieldPath object types as well as astrings.
2018-04-24 12:46:23 -07:00
Chris Bianca
7614f5b7e4 [android][notifications] Fix NPE when rescheduling notifications #1013 2018-04-24 17:37:16 +01:00
Jean Regisser
fe1701b825
Fix podspec so compilation works
Not sure when this broke, but this fixes compilation when used in
project that pulls the dependency using CocoaPods and Xcode 9.3
2018-04-24 17:32:24 +02:00
Salakar
a38e40ab16 update bridge version 2018-04-22 16:06:13 +01:00
Salakar
3b634a8dfc [tests][database] misc ref tests 2018-04-22 16:04:35 +01:00
Salakar
8b90b5a7b3 [android][notifications] misc linting 2018-04-22 15:12:49 +01:00
Michael Diarmid
6dce84b0db
Merge pull request #1010 from giladno/patch-1
Allow passing null as a sound
2018-04-22 15:07:27 +01:00
Gilad Novik
89c6636434
Allow passing null as a sound
As per this answer: https://stackoverflow.com/a/46634508/306764
2018-04-22 14:44:32 +03:00
Salakar
33d2fb7069 [tests] update to latest Bridge version to support bridge.Object/Array 2018-04-22 02:04:40 +01:00
Salakar
093280c732 [tests][database] more snapshot tests 2018-04-22 02:04:18 +01:00
Salakar
41da682c65 4.0.5 v4.0.5 2018-04-22 00:56:32 +01:00
Salakar
4e64075562 [tests][database] start of database tests 2018-04-22 00:52:58 +01:00
Salakar
d0b6972e39 [database][js] fixed a regression where snapshot.child() would no longer work on array values 2018-04-22 00:29:33 +01:00
Salakar
0a828aae40 [firestore][js] fix issue with parent() incorrectly returning a 'parent' Path on a root level Path 2018-04-22 00:25:36 +01:00
Salakar
94afa546ae [tests][database] add database helpers 2018-04-22 00:00:29 +01:00
Salakar
4284551632 [tests][database] add database helpers 2018-04-21 23:59:47 +01:00
Salakar
2d501bd054 [tests][firestore] misc tests 2018-04-21 23:59:19 +01:00
Salakar
e2be5d678f [android][database] Fix for #1004 2018-04-21 23:27:35 +01:00
Michael Diarmid
6dac0e4b47
Merge pull request #1007 from mlc/gradle_conf_in_root_project
android: allow root project to specify dependency versions
2018-04-21 19:34:50 +01:00