Chris Bianca
|
4f1176b192
|
Add dynamic links to package.json
|
2017-11-08 10:04:04 +00:00 |
chrisbianca
|
df8a957a46
|
Merge pull request #594 from cshg/add-non-pods-search-paths
Add search paths for ios/Firebase when not using CocoaPods
|
2017-11-08 09:47:21 +00:00 |
Christian Haug
|
1fdb907496
|
Add search paths for ios/Firebase when not using CocoaPods
|
2017-11-08 09:48:46 +01:00 |
Salakar
|
f38a005ee9
|
[typings] update definition for auth to fix #579
|
2017-11-08 08:31:24 +00:00 |
Salakar
|
6811158aab
|
Merge remote-tracking branch 'origin/master'
|
2017-11-08 08:07:18 +00:00 |
Salakar
|
80c7faa0b1
|
[ios][perf] fix for #593 - trace incorrectly calling `startTraceWithName` instead of just `traceWithName`
|
2017-11-08 08:07:12 +00:00 |
Chris Bianca
|
e6ea5348ff
|
[tests][firestore] Add test cases for limit with onSnapshot
|
2017-11-07 13:15:16 +00:00 |
Chris Bianca
|
cd911d2442
|
[tests][firestore] Add test for onSnapshot with a query applied
|
2017-11-07 12:49:59 +00:00 |
Salakar
|
535de47ee1
|
[ios][auth] Fix issue with confirmPasswordReset, applyActionCode and checkActionCode not handling specific app instances
|
2017-11-07 09:54:38 +00:00 |
Salakar
|
3eaa58aea3
|
v3.1.0
|
2017-11-06 16:59:22 +00:00 |
chrisbianca
|
353aa98f2c
|
[docs] Couple more tweaks
|
2017-11-06 15:07:37 +00:00 |
chrisbianca
|
b35141eda7
|
[docs] Correction
|
2017-11-06 13:45:08 +00:00 |
chrisbianca
|
5491d2f28c
|
[docs] Tweaked layout
|
2017-11-06 13:44:25 +00:00 |
Chris Bianca
|
4ad06b767b
|
[docs] Restructured Readme.md
|
2017-11-06 13:42:50 +00:00 |
Salakar
|
ba22aecff1
|
[tests][core] re-enable core app create test
|
2017-11-03 23:45:40 +00:00 |
Salakar
|
edf8feb921
|
[tests] remove utils test
|
2017-11-03 23:39:35 +00:00 |
Salakar
|
868075d479
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# tests/ios/Podfile.lock
|
2017-11-03 23:28:09 +00:00 |
Salakar
|
935bfd0d9c
|
[tests] update xcode project
|
2017-11-03 23:27:52 +00:00 |
Michael Diarmid
|
8dc1cab9ae
|
Update README.md
|
2017-11-03 22:21:25 +00:00 |
Michael Diarmid
|
88ab9f2178
|
update features and versions table
|
2017-11-03 22:02:40 +00:00 |
Michael Diarmid
|
2d8f6314d4
|
Delete playground.js
|
2017-11-03 21:11:09 +00:00 |
Michael Diarmid
|
eb48435421
|
Update CONTRIBUTING.md
|
2017-11-03 20:39:22 +00:00 |
Michael Diarmid
|
517f2184ee
|
Update README.md
|
2017-11-03 20:38:34 +00:00 |
Michael Diarmid
|
a491e2b6f1
|
Merge pull request #578 from opencollective/opencollective
Activating Open Collective
|
2017-11-03 20:37:52 +00:00 |
Aseem Sood
|
8067b3d6b5
|
Added call to donate after npm install (optional)
|
2017-11-03 15:39:11 -04:00 |
Aseem Sood
|
3780536507
|
Added backers and sponsors on the README
|
2017-11-03 15:39:11 -04:00 |
Aseem Sood
|
7ff580a4ad
|
Added CONTRIBUTING.md (optional)
|
2017-11-03 15:19:06 -04:00 |
Aseem Sood
|
a1321a161d
|
Updated .github/ISSUE_TEMPLATE.md (optional)
|
2017-11-03 15:19:06 -04:00 |
Chris Bianca
|
42987d2c4d
|
Merge commit '8b54d964f8cec4d58f338f6aa2a1d5322a54fadf'
# Conflicts:
# android/src/main/java/io/invertase/firebase/storage/RNFirebaseStorage.java
|
2017-11-03 08:04:32 +00:00 |
chrisbianca
|
8b54d964f8
|
Merge pull request #573 from divvito/v3.0.x
Issue #572 - Fix for Storage.putFile() with content:// paths
|
2017-11-03 08:02:52 +00:00 |
Peter Oxenham
|
cf934908a3
|
Issue #572 - Refactored to get upload progress to report total bytes correctly
|
2017-11-03 09:44:04 +10:00 |
Chris Bianca
|
0391b2834d
|
[android][storage] Fix for putFile with a content:// stream
|
2017-11-02 11:20:24 +00:00 |
Peter Oxenham
|
7dba72a377
|
Issue #572 - Fix for Storage.putFile() with content:// paths
|
2017-11-02 13:26:09 +10:00 |
Chris Bianca
|
e6b8ce193c
|
Merge branch 'v3.0.x'
|
2017-11-01 17:47:15 +00:00 |
chrisbianca
|
04776c965d
|
Merge pull request #570 from rmrs/rumors
Fix compilation issue on iOS on `master`
|
2017-11-01 11:33:20 +00:00 |
erezrokah
|
89584900d2
|
fix compilation issue on iOS
|
2017-11-01 13:22:27 +02:00 |
Chris Bianca
|
270279551a
|
[firestore] Correctly support dates, geopoints, DocumentSnapshots and other types in startAt, startAfter, etc
|
2017-10-31 22:18:07 +00:00 |
Chris Bianca
|
6ae0049338
|
[firestore] Correctly support dates, GeoPoints and other types in `where` clause
|
2017-10-31 15:32:08 +00:00 |
Chris Bianca
|
5e12700c35
|
Merge commit '36c936779b9badf72a0a3d789efafd2dcdb5ba36'
# Conflicts:
# ios/RNFirebase.xcodeproj/project.pbxproj
# package.json
|
2017-10-31 14:33:31 +00:00 |
Chris Bianca
|
d8fd09adef
|
[firestore][ios] Correctly apply integer limit
|
2017-10-31 14:29:23 +00:00 |
Chris Bianca
|
36c936779b
|
3.0.6
|
2017-10-31 10:38:56 +00:00 |
Chris Bianca
|
402c1b05c5
|
[firestore][ios] Fix missing limit functionality on iOS
|
2017-10-31 07:34:41 +00:00 |
Salakar
|
bd4dc28391
|
change incorrect comment annotations
|
2017-10-29 01:27:45 +01:00 |
Salakar
|
07204789f0
|
Fix for #532
|
2017-10-29 01:10:34 +01:00 |
Chris Bianca
|
9a17379e0e
|
[auth][js] Add in `onUserChanged` method
|
2017-10-27 14:05:19 +01:00 |
Chris Bianca
|
e535a1ebaa
|
[auth][js] Rename a few methods to make it easier to follow
|
2017-10-27 11:55:00 +01:00 |
Chris Bianca
|
807e581ec7
|
[auth][android][js] Stop removing all listeners when using phone auth
|
2017-10-27 11:54:36 +01:00 |
Chris Bianca
|
c2d25724ff
|
[auth][android] Work around for native SDK missing phone number on provider data
|
2017-10-27 11:10:02 +01:00 |
Chris Bianca
|
31594756cc
|
[auth] Simplify onAuthStateChanges and interceptUserValue to aid debugging
|
2017-10-27 11:00:06 +01:00 |
Chris Bianca
|
f467e2d904
|
[auth][android] Cache auto-verified credential for use on the native side
|
2017-10-26 18:17:49 +01:00 |