Anderson Addo
d82e64cb35
docs(remote-config): remove unnecessary await in example ( #3218 )
2020-02-18 01:28:09 +00:00
russellwheatley
48cfc5ed1a
removed import from removed package
2020-02-17 13:12:52 +00:00
russellwheatley
d7ac657155
remove indexing package
2020-02-17 12:17:52 +00:00
russellwheatley
6277c882c2
v6.3.4
2020-02-17 12:15:19 +00:00
russellwheatley
93c6b38f6d
v6.3.4
2020-02-17 11:32:39 +00:00
Mike Diarmid
b4eaa39ea8
fix(android,build): conditionally check app dependency, fixes… ( #3215 )
2020-02-16 18:27:35 +00:00
Luis Rodriguez
f790630242
docs(messaging): fixed types incorrectly referencing firestore() #3201
2020-02-16 17:48:33 +00:00
Anderson Addo
ddde113af6
docs(database): added missing use of .push() type docs ( #3202 )
2020-02-16 17:47:04 +00:00
Jelle Breuer
1a43a05f96
docs(auth): fixes wrong signOut method call in types ( #3212 )
2020-02-16 17:45:20 +00:00
Mike Hardy
fb763ebde2
fix(android,build): use correct plugin & BoM versions
...
* fix: bump invertase gradle plugin to 1.4
* fix: harmonize android dependencies on BoM 24.1.0
2020-02-16 17:44:13 +00:00
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