Chris Bianca
|
25506479d3
|
[firestore][android] Add support for firestore v16
|
2018-05-08 15:36:49 +01:00 |
Salakar
|
ef33a7cb2a
|
[ts][typings][functions] add type defs
|
2018-05-07 19:49:34 +01:00 |
Salakar
|
6040136a15
|
[js][functions] move errorOrResult fn outside class
|
2018-05-07 19:32:20 +01:00 |
Michael Diarmid
|
051ae10ad1
|
Update package.json
|
2018-05-07 19:28:01 +01:00 |
Michael Diarmid
|
19b226b048
|
Merge pull request #1056 from invertase/functions
Functions Implementation
|
2018-05-06 15:50:12 +01:00 |
Salakar
|
c5df065956
|
[ios][functions] finalise implementation
|
2018-05-06 15:36:03 +01:00 |
Salakar
|
d0198d98b8
|
[tests][ios] add Firebase/Functions to pods
|
2018-05-06 15:35:12 +01:00 |
Salakar
|
7d5fa69baf
|
[ios][functions] start of implementation
|
2018-05-06 14:21:38 +01:00 |
Salakar
|
263df53dcf
|
[tests][functions] added HttpsError tests
|
2018-05-06 13:52:56 +01:00 |
Salakar
|
d26f7a17ad
|
[js][functions] misc HttpsError
|
2018-05-06 13:50:39 +01:00 |
Salakar
|
73d915f192
|
[android][utils] add java.lang.Integer support for mapPutValue
|
2018-05-06 13:49:49 +01:00 |
Salakar
|
6e3c4f0f57
|
[tests][functions] httpsCallable tests
|
2018-05-06 13:08:49 +01:00 |
Salakar
|
a767558f76
|
[functions][android] add null check to logging
|
2018-05-06 13:08:33 +01:00 |
Salakar
|
e5233c9af3
|
Merge branch 'master' of https://github.com/invertase/react-native-firebase into functions
|
2018-05-06 00:55:37 +01:00 |
Salakar
|
174160917b
|
[tests][functions] start of functions tests - todo
|
2018-05-06 00:53:44 +01:00 |
Salakar
|
d5b55abfba
|
[tests][android] add functions module package to app
|
2018-05-06 00:52:37 +01:00 |
Salakar
|
3306d92f2d
|
[android][utils] refactor legacy utils to use react natives own conversion utilities for performance
|
2018-05-06 00:51:54 +01:00 |
Salakar
|
d5abd6a304
|
[android][functions] finalise + cleanup
|
2018-05-06 00:50:54 +01:00 |
Salakar
|
d06fbec40a
|
[js][functions] finalise + cleanup
|
2018-05-06 00:50:09 +01:00 |
Salakar
|
1526d57872
|
[tests] add logging to cloud function + use deepEqual
|
2018-05-06 00:48:56 +01:00 |
Salakar
|
30f23316c4
|
[core] add functions module to core + types
|
2018-05-05 19:25:52 +01:00 |
Salakar
|
ca068dbbab
|
[tests][functions] update cloud function to support primitive types of data and return a string value of the type that was sent
|
2018-05-05 18:32:56 +01:00 |
Salakar
|
9fa059bd0b
|
[tests][helpers][functions] expose TestHelpers.functions.data
|
2018-05-05 18:24:32 +01:00 |
Salakar
|
300c31fffe
|
[tests][functions] create testing cloud function project
|
2018-05-05 18:22:08 +01:00 |
Salakar
|
a07e859ff6
|
[tests][android] add functions sdk to app + switch out remaining gradle `compile` statements for `implementation`
|
2018-05-04 16:40:01 +01:00 |
Salakar
|
368b3ad068
|
[functions][android][js] implementation - wip
|
2018-05-04 16:33:59 +01:00 |
Chris Bianca
|
ab2b9da06b
|
4.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 |