Commit Graph

2017 Commits

Author SHA1 Message Date
Salakar 8886584bc0 update npm ignore 2018-07-10 23:05:12 +01:00
Salakar e6b8c7f9f2 4.3.1 2018-07-10 23:02:48 +01:00
Salakar e4d42f15b8 update npm ignore 2018-07-10 23:02:34 +01:00
Salakar 82bb3ca3f7 4.3.0 2018-07-10 22:52:08 +01:00
Salakar b3a675d964 [tests] misc project files 2018-07-10 22:51:45 +01:00
Salakar 16a7e192f7 [types][flow] fix NativeDocumentChange.type -> should be enum to match other usage 2018-07-10 22:45:26 +01:00
Salakar c35011145b [types][flow] add missing GetOptions type import 2018-07-10 22:44:27 +01:00
Salakar c023a001a4 [types][flow] fix _forceResending type 2018-07-10 22:43:34 +01:00
Salakar 55a650e909 [tests][ios] lock Firebase SDK versions in Podfile 2018-07-10 22:17:50 +01:00
Salakar b4f97c8f8c [tests][storage] content tests - need expanding - verified on console 2018-07-10 22:17:11 +01:00
Salakar 7e68d5eb11 [iid][ios] temporarily remove Messaging dependency for v4.3.0 release until an outcome is agreed on original PR #1215 2018-07-10 22:15:50 +01:00
Salakar 1d2757dc30 [crashlytics][ios] fix header imports 2018-07-10 21:37:56 +01:00
Salakar 5e9909954a [internals] check for string type else return early 2018-07-10 21:37:17 +01:00
Michael Diarmid 8733efa14f
Merge pull request #1287 from bilalsyed001/master
[iOS] Fix crash at unknown firebase url
2018-07-10 15:26:16 +01:00
Bilal Syed ce9fdef7a1 handle error 2018-07-10 00:16:57 +03:00
Bilal Syed b773717d1a [iOS] Fix crash at unknown firebase url 2018-07-09 22:56:45 +03:00
Salakar 5ad351b279 [storage][ios] misc 2018-07-09 17:46:14 +01:00
Salakar af43576da5 [auth][android] fix for #1249 2018-07-09 13:19:02 +01:00
Salakar ed9c06c80f [android][auth] reset force resending token if phone number changes 2018-07-08 16:39:35 +01:00
Salakar 3668f15244 [android][auth] add support for `ForceResendingToken`, closes #721 2018-07-08 16:31:41 +01:00
Salakar 91a9c4744c [tests][android] update to com.google.firebase:firebase-messaging:17.1.0 2018-07-08 16:22:55 +01:00
Salakar 03dfbbdd47 [android][auth] add support for `ForceResendingToken`, closes #721 2018-07-08 16:22:16 +01:00
Salakar bd1da5fd70 [android] update to com.google.firebase:firebase-messaging:17.1.0 2018-07-08 14:37:14 +01:00
Michael Diarmid 67563a0a48
Update Bug_report.md 2018-07-07 04:10:04 +01:00
Salakar 9d90a99fb0 [storage][js][android] make paths consistent - without trailing slashes in `firebase.storage.Native.X` #1200 2018-07-07 03:32:57 +01:00
Salakar a8719338c0 [js][internals] cleanup old utils + add stripTrailingSlash util 2018-07-07 03:31:26 +01:00
Salakar 2bad8c9f95 misc project files 2018-07-07 03:19:29 +01:00
Salakar c13c81f36d [storage][ios] fix automatic mime/content type detection for storage meta 2018-07-07 03:10:35 +01:00
Salakar d59ee569b6 [storage][android] fix automatic mime/content type detection for storage meta 2018-07-07 03:03:14 +01:00
Salakar 259f8f8d1b [storage][js] automatically attempt to call `decodeURI` on `putFile` paths 2018-07-07 02:30:23 +01:00
Michael Diarmid be048e9d39
Update README.md 2018-07-06 11:07:50 +01:00
ifsnow 5a21837fb9 Fix for setting past time in the scheduling. 2018-07-05 14:55:39 +09:00
Michael Diarmid 654c6813d1
Merge pull request #1269 from 7kfpun/master
Update fabric tools version to 1.25.4
2018-07-03 20:13:47 +01:00
kf 6d64ae8bc3 Update fabric tools version to 1.25.4 2018-07-03 23:23:40 +08:00
Chris Bianca a79bf81418 [firestore] Add support for `GetOptions` #1248 2018-07-03 16:03:43 +01:00
Michael Diarmid 43615ffcf6
Merge pull request #869 from ovaris/master
Flow type: Modifies db Reference push() to return ThenableReference
2018-07-01 17:36:41 +01:00
Michael Diarmid 5d2c20428c
Update Bug_report.md 2018-07-01 16:41:55 +01:00
Michael Diarmid b9a01fedaa
Update Bug_report.md 2018-07-01 16:41:35 +01:00
Michael Diarmid 5d2be2885a
Update Bug_report.md 2018-07-01 14:23:38 +01:00
Michael Diarmid 39058ac186
Merge pull request #1253 from wasedaigo/master
Prevent crashes on 32bit devices
2018-06-29 14:37:06 +01:00
Daigo Sato b87c3ba7f8 Prevent crashes in 32-bit devices 2018-06-25 22:16:55 -07:00
Michael Diarmid c291623af3
Merge pull request #1193 from caseyt/android-dynamic-config
Allow Android apps to use initializeApp() to configure firebase database
2018-06-25 16:59:29 +01:00
Elliot Hesp 2726b69b50
Merge pull request #1243 from jamespearson/patch-1
Update README.md
2018-06-25 13:43:19 +01:00
James Pearson 55957a4125
Update README.md
The OCD in me couldn't have that icon out of line with the others
2018-06-24 11:54:12 +01:00
Chris Bianca afb511f968
Merge pull request #1235 from ifsnow/fix-notification-android-defaults
[Android] Fix setDefaults in Notifications.
2018-06-21 08:46:21 +01:00
ifsnow cbb35a0223 [Android] Fix setDefaults in Notifications. 2018-06-21 15:34:30 +09:00
Chris Bianca c4a11fa629 [config][types] Remove duplicate 2018-06-19 08:06:42 +01:00
Chris Bianca 3b3d013656 [config][types] Tweak types for remote config 2018-06-19 07:15:51 +01:00
Chris Bianca 90febd6f25
Merge pull request #1226 from Ken-Lim/master
Add type definition for RemoteConfig module
2018-06-19 07:13:37 +01:00
Ken Lim 1a1c91d5db Add type definition for RemoteConfig module 2018-06-19 12:08:30 +08:00