russellwheatley
b75cca2423
v6.3.3
2020-02-13 12:40:21 +00:00
russellwheatley
8f886bde15
v6.3.3
2020-02-13 12:39:03 +00:00
Russell Wheatley
5ff49b1b42
@russell/fix fieldpath ( #3192 )
...
* bug(firestore): use queryWhereFieldPath method
* remove whitespace
* fix(firestore): fix filters
* bug(firestore): send string fieldpath over bridge
* tests(ml-vision): remove from test suite as flaky
* bug(auth): sendEmail option setting default 'null'
* bug(firestore): validateWhere failing
* test(firestore): _toPath() in error
* format(firestore): formatting errors
2020-02-13 12:31:53 +00:00
Nil Puig
b2e9fbcb6a
Update android.md ( #3203 )
...
* Update android.md
adds missing import
* Update android.md
2020-02-13 10:11:22 +00:00
russellwheatley
5b558a4af6
update test docs
2020-02-11 11:00:51 +00:00
russellwheatley
b443588397
v6.3.2
2020-02-11 09:48:23 +00:00
russellwheatley
64bb3f3112
v6.3.2
2020-02-11 09:46:30 +00:00
russellwheatley
89187c2c31
git(*): ignore .vscode
2020-02-11 09:42:27 +00:00
Elliot Hesp
2cb6d44b77
fix(firestore): handle fieldpath as array value ( #3179 )
...
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com >
Co-authored-by: Russell Wheatley <russellwheatley85@gmail.com >
2020-02-11 09:36:08 +00:00
Thiago Marinho
c721f4b63f
docs(firestore): fix typo ( #3189 )
...
Co-authored-by: Russell Wheatley <russellwheatley85@gmail.com >
2020-02-11 09:34:39 +00:00
Russell Wheatley
13e9c86c24
bug(firestore): fix multiple cursor query
...
* fixed, fieldPath:'__name__' should be added once for queries with multiple cursors
* fixed es-lint errors
* test(firestore): test for multiple query
Co-authored-by: Mohammed Maaz <maazproductions25@gmail.com >
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com >
2020-02-11 08:40:46 +00:00
Russell Wheatley
af768e3eb5
bug(admob): set correct loading var ( #3190 )
2020-02-10 18:47:11 +00:00
Salakar
7b1febb38d
Revert "GitBook: [master] 3 pages modified"
...
This reverts commit a5cd409e
2020-02-10 16:28:54 +00:00
Michael Diarmid
a5cd409e42
GitBook: [master] 3 pages modified
2020-02-10 16:25:19 +00:00
Russell Wheatley
28615dd810
docs(remote-config): fix typo
2020-02-10 08:11:58 +00:00
russellwheatley
7ddf09ac22
docs(dynamic-links): link & syntax error
2020-02-07 15:25:57 +00:00
Russell Wheatley
ff40f79aed
Update documentation for dynamic-links
2020-02-07 13:40:37 +00:00
Mike Diarmid
704ba240ab
chore: temp disable flakey mlkit vision test
2020-02-06 13:33:47 +00:00
Mike Diarmid
9d61d84283
chore: fix linting issue
2020-02-06 13:03:47 +00:00
Mike Diarmid
21d9e8aeb8
tests(auth): temporarily disable flakey tests
2020-02-06 12:59:20 +00:00
Mike Diarmid
1179d36fff
tests(auth): temporarily disable flakey tests
2020-02-06 12:58:01 +00:00
russellwheatley
44b271c8b6
v6.3.1
2020-02-05 16:28:05 +00:00
russellwheatley
558abc7e29
v6.3.1
2020-02-05 16:26:28 +00:00
Russell Wheatley
ffcb4d432b
fix(dynamic-linking): analytics param bug fix ( #3171 )
2020-02-05 13:25:57 +00:00
ehesp
400f14ab47
docs(messaging): update quick start docs
2020-02-05 11:16:48 +00:00
russellwheatley
7c746c04c0
6.3.0
2020-02-04 09:35:24 +00:00
russellwheatley
f61c858140
6.3.0
2020-02-04 09:22:49 +00:00
Elliot Hesp
5de37708da
feat(firestore): add QueryDocumentSnapshot interface
2020-02-03 15:23:16 +00:00
ehesp
2ee781f2ba
fix(firestore): fix incorrect test
2020-02-03 15:19:30 +00:00
ehesp
a3aaff353f
fix(firestore): use document path when querying by collection group #3063
2020-02-03 15:17:22 +00:00
ehesp
13a6560a40
feat(firestore): fix Android Long/Double conversion #3004
2020-02-03 14:27:27 +00:00
Mike Diarmid
1c322a0dd1
Update quick-start.md
2020-01-31 11:58:33 +00:00
Vytenis
2cd513aee3
fix(types): remove types in ConfirmationResult.js ( #3153 )
...
* Update ConfirmationResult.js
'types' can only be used in a .ts file.
* Update OAuthProvider.js
2020-01-31 11:28:03 +00:00
Russell Wheatley
46be1b0c99
fix(package/app): remove obj.freeze for redux-firestore
2020-01-31 10:52:19 +00:00
Alex Porras
95be87780c
fix(app,ios): fix setPlistValue when plist paths have spaces ( #3152 )
2020-01-30 18:41:48 +00:00
Russell Wheatley
775d037d83
updates ios installation docs for app ( #3151 )
2020-01-30 16:40:35 +00:00
Mike Diarmid
c60e49e410
Update sidebar.yaml
2020-01-30 13:10:55 +00:00
Mike Diarmid
0bd1f54d52
Delete ios-setup.md
2020-01-30 13:10:27 +00:00
Mike Diarmid
379e26dede
Update ios.md
2020-01-30 13:09:56 +00:00
Joel Nordström
2edf28c70e
Merge branch 'master' into query-document-snapshot
2020-01-30 14:01:57 +01:00
Katharine Padilha
28e6c46b13
docs(firestore): update Android & iOS manual integration steps ( #2560 )
...
* Update firestore android and ios docs
* Update manual integration alert
* add multidex complete setup docs
* Update docs/firestore/android.md
* Update docs/firestore/android.md
* Update docs/firestore/ios.md
* Update docs/firestore/ios.md
* Update docs/firestore/ios.md
* Update docs/firestore/android.md
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com >
2020-01-30 13:01:01 +00:00
Joel Nordström
f1cf24cd8c
Merge branch 'master' into query-document-snapshot
2020-01-30 13:59:04 +01:00
Jojo Narte
b9f856e08b
docs(crashlytics): iOS manual integration steps ( #2184 )
...
* Update ios.md
Update ios.md for steps in integrating crashlytics to iOS application
* Update docs/crashlytics/ios.md
Co-Authored-By: Mike Diarmid <mike.diarmid@gmail.com >
* use environment variable
point Fabric and Crashlytics version to environment variable in ios/Podfile
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com >
2020-01-30 12:26:17 +00:00
Mike Diarmid
341a5ab400
Update ios.md
2020-01-30 12:24:23 +00:00
Mike Diarmid
4c4fa0eb90
docs(crashlytics): remove unnecessary pods
...
Pods are not needed as the `RNFBCrashlytics` podspec already has these as dependencies
2020-01-30 12:20:51 +00:00
Russell Wheatley
b8490a58a8
add key to the Reference type for realtime db ( #3150 )
...
* add key to the Reference type for realtime db
* Update packages/database/lib/index.d.ts
* Update packages/database/lib/index.d.ts
* Update packages/database/lib/index.d.ts
* removed spacing
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com >
2020-01-30 12:16:38 +00:00
Mike Diarmid
f27178fedb
Update ios.md
2020-01-30 12:09:58 +00:00
Mike Diarmid
0352d55cb9
Update ios-configure-apns.md
2020-01-30 12:07:36 +00:00
Mike Diarmid
1afde4cffd
docs(messaging): fix broken link & styling
2020-01-30 12:04:33 +00:00
Andréas Hanss
25a4f55f8c
docs(crashlytics): add note about required module import ( #2921 )
...
* Update quick-start.md
* Update quick-start.md
Co-authored-by: Mike Hardy <github@mikehardy.net >
2020-01-30 11:50:28 +00:00