Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to send imageUrl and iconBigUrl in data payload Android #1001

Open
wants to merge 430 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
430 commits
Select commit Hold shift + click to select a range
1857b2b
Remove root FUNDING.yml
dpa99c Oct 29, 2019
76c1089
[Android] Support mocking of instant verification for verifyPhoneNumb…
dpa99c Oct 29, 2019
da06cb4
[iOS] Add onApnsTokenReceived() to register a callback function to be…
Oct 30, 2019
f5118ef
[Android] Tweak default empty values when sending stacktrace using lo…
dpa99c Nov 1, 2019
0035dac
[Documentation] Better example of using logError() to track unhandled…
dpa99c Nov 1, 2019
fe378cb
Update .github
dpa99c Oct 29, 2019
6319101
[iOS] Modify logError() to send stacktrace.js output as an actual sta…
Nov 1, 2019
d3932c0
[Documentation] Better logError() example
dpa99c Nov 1, 2019
71c896f
Fix parsing of config.xml to extract app name. Fixes #139.
dpa99c Nov 7, 2019
fa12cb6
[Android] Update pinned Firebase SDK versions to latest.
dpa99c Nov 7, 2019
c4ade00
[Android] Ensure functions which return a boolean result return an ac…
dpa99c Nov 7, 2019
bda54cb
Rework hook scripts:
dpa99c Nov 8, 2019
6e1776d
Fix resolution of app name
Nov 9, 2019
21997d3
[Android] Fix default version for Firebase Auth SDK component
dpa99c Nov 9, 2019
d22a662
[Doc] Add docs for `signInWithCredential()` and `linkUserWithCredenti…
dpa99c Nov 9, 2019
7edf69d
Major version: 7.0.0
dpa99c Nov 9, 2019
b810890
Merge branch 'dev'
dpa99c Nov 9, 2019
21e3e35
Fix formatting
dpa99c Nov 9, 2019
b7fc980
[Android] Replace references to cordovaActivity with applicationConte…
dpa99c Nov 9, 2019
e44463a
Fix .forEach is not a function
Nov 11, 2019
6b66e05
Merge pull request #219 from mahnuh/master
dpa99c Nov 11, 2019
1410ea4
[Android] Parse this plugin's plugin.xml to extract default values fo…
dpa99c Nov 12, 2019
975400f
[iOS] Fix after_prepare hook to run on multiple platforms so if they …
Nov 13, 2019
1444fb4
[Typedef] Update the typedef for recent plugin API changes.
dpa99c Nov 13, 2019
665113d
Patch version: 7.0.l
dpa99c Nov 13, 2019
8ceb3cb
Added description to IChannelOptions
viniciuscostass Nov 14, 2019
ca66680
Change doc - parsing channel color to integer
viniciuscostass Nov 14, 2019
3b43273
Merge pull request #222 from viniciuscostass/patch-2
dpa99c Nov 14, 2019
72a7dfd
Merge pull request #223 from viniciuscostass/patch-3
dpa99c Nov 14, 2019
9438bf4
Doc tweak
dpa99c Nov 14, 2019
0879124
Merge branch 'master' of github.com:dpa99c/cordova-plugin-firebase
dpa99c Nov 14, 2019
1f4161b
createChannel suggestion for multiple sounds
markterrill Nov 17, 2019
179e946
local variable is accessed from within inner class
RoiDayan1 Nov 19, 2019
ca39d10
Fixed retrieving Xcode project path
Nov 22, 2019
5c977a3
Merge pull request #234 from pjorquera/master
dpa99c Nov 23, 2019
1144d71
Merge pull request #229 from RoiDayan1/RoiDayan1-patch-1
dpa99c Nov 25, 2019
62e4391
[Hooks] Use path.resolve() to resolve all absolute filesystem paths b…
dpa99c Nov 25, 2019
eadf2a3
Merge branch 'master' of github.com:dpa99c/cordova-plugin-firebase
dpa99c Nov 25, 2019
74064ec
[iOS] Update pinned Firebase SDK versions to latest v6.13.0. Resolves…
dpa99c Dec 3, 2019
901142c
[Android] Rework auth methods to preserve and reference the native cr…
dpa99c Dec 7, 2019
78bff37
[iOS] Rework auth methods to use the native credentials object. Parti…
Dec 11, 2019
69f6cf5
[Android] Add isUserSignedIn() auth function
dpa99c Dec 15, 2019
808170d
[iOS] Add isUserSignedIn() auth function
Dec 20, 2019
3cc4e79
[Android] Add getCurrentUser()
dpa99c Dec 20, 2019
e2a5b16
[iOS] Add getCurrentUser()
Dec 20, 2019
100fe6e
[Android] add updateUserProfile()
dpa99c Dec 22, 2019
b62cd46
[Android] Add updateUserEmail()
dpa99c Dec 22, 2019
a3c6035
[Android] Add sendUserEmailVerification()
dpa99c Dec 22, 2019
2ff4855
[Android] Add updateUserPassword()
dpa99c Dec 22, 2019
dc4f7e2
[Android] Add sendUserPasswordResetEmail()
dpa99c Dec 22, 2019
74bdd05
[Android] Add deleteUser()
dpa99c Dec 22, 2019
c32cda7
[Android] Add reauthenticateWithCredential()
dpa99c Dec 22, 2019
633c9b3
[iOS] Implement user management functions
Dec 23, 2019
566945c
Fix verifyPhoneNumber() usage and examples
dpa99c Dec 23, 2019
f0faab7
[Android] Add signOutUser()
dpa99c Dec 23, 2019
65e5e8c
[Android] Add createUserWithEmailAndPassword()
dpa99c Dec 24, 2019
c6a57e6
[Android] Add signInUserWithEmailAndPassword()
dpa99c Dec 24, 2019
015bf8f
Update TOC
dpa99c Dec 24, 2019
6563408
Add more syntax highlighting, better Ionic 4 examples.
Antoine-BL Jan 4, 2020
faf7104
[Android] WIP: implement Google sign in
dpa99c Jan 7, 2020
298cea6
Document authenticateUserWithGoogle()
dpa99c Jan 7, 2020
c659ed1
[iOS] Implement signOutUser()
Jan 14, 2020
510df34
[iOS] Implement authenticateUserWithGoogle()
Jan 16, 2020
a0a0f1b
[iOS] Implement createUserWithEmailAndPassword() and signInUserWithEm…
Jan 17, 2020
0c31a9a
[Android] Fix channel ID logic error. Resolves #274.
dpa99c Jan 17, 2020
40cb172
[Documentation] Document supported platform versions. Resolves #255.
dpa99c Jan 17, 2020
2439861
Merge branch 'master' into dev
dpa99c Jan 18, 2020
26b50fd
[Android] Add check google-services plugin does not exist
Jan 21, 2020
d125b54
Merge pull request #281 from nikolleto/fix/check-google-services-not-…
dpa99c Jan 21, 2020
db6adc8
[Documentation] Update docs regarding Ionic 4 typescript wrapper
dpa99c Jan 21, 2020
6111e55
[Documentation] Update docs regarding Ionic 4 typescript wrapper
dpa99c Jan 21, 2020
6937411
Merge branch 'master' into dev
dpa99c Jan 22, 2020
9a2e52d
(iOS Hook): Fix retrieving xcode project path in before_plugin_uninst…
dpa99c Jan 27, 2020
dba1714
Patch version 7.0.2
dpa99c Jan 27, 2020
3513571
Merge branch 'master' into dev
dpa99c Jan 27, 2020
b8544c7
Added onApnsTokenReceived method in types
lcaprini Feb 10, 2020
021f00c
Merge pull request #301 from lcaprini/onApnsTokenReceived-in-types
dpa99c Feb 10, 2020
9fcbd0f
Merge branch 'master' into dev
dpa99c Feb 15, 2020
366a18f
Merge branch 'master' of https://github.com/dpa99c/cordova-plugin-fir…
kprigel Feb 18, 2020
ffe9091
[iOS] Implement Sign in With Apple
dpa99c Feb 18, 2020
ec87af6
[Android] Implement Sign In with Apple
dpa99c Feb 18, 2020
be2e4f5
Major version: 8.0.0
dpa99c Feb 18, 2020
138157b
Merge branch 'master' into master
dpa99c Feb 19, 2020
dc977e4
Merge pull request #265 from Antoine-BL/master
dpa99c Feb 19, 2020
8abe4b3
[Android] Bump Firebase SDK dependency versions to latest releases. R…
dpa99c Feb 19, 2020
5d52349
[iOS] Bump podspec versions for Firebase SDK components to latest rel…
Feb 19, 2020
c222255
[iOS] Report notification message receipt to Firebase for analytics. …
Feb 19, 2020
7932c04
[Android] WIP: Firestore
dpa99c Feb 23, 2020
6ee708d
[Android] Implement auth state change listener
dpa99c Feb 23, 2020
55f0b75
[iOS] Implement auth state change listener. Resolves #311.
Feb 23, 2020
8058727
Patch version: 8.0.1
dpa99c Feb 23, 2020
5959435
Merge branch 'master' into dev
dpa99c Feb 24, 2020
d0c6b00
[iOS] Added InAppMessaging
ianitsky Feb 24, 2020
09dfd07
[Android] Added InAppMessaging
ianitsky Feb 24, 2020
2fe026e
Updated documentation for InAppMessaging
ianitsky Feb 24, 2020
c51aa42
[Android] WIP: Add more Firestore operations
dpa99c Feb 25, 2020
9877aef
[Doc] Add Firestore functions
dpa99c Feb 25, 2020
f5e3973
Added missing Google Tag Manager Pod for iOS
Feb 26, 2020
52b4acb
[Android] Add fetchDocumentInFirestoreCollection()
dpa99c Feb 27, 2020
86d19e2
[Doc] Add note regarding persistence of data collection settings. Res…
Feb 28, 2020
5bff6a3
Merge pull request #318 from okode/master
dpa99c Feb 28, 2020
275af5c
[iOS] Don't set FirebaseScreenReportEnabled=false in app list when FI…
Feb 28, 2020
88edc99
Add type defs for missing API functions.
dpa99c Feb 28, 2020
f85dd72
Merge branch 'master' into dev
dpa99c Feb 28, 2020
9ac1f32
Merge branch 'dev' into master
dpa99c Feb 28, 2020
f5d6628
Merge pull request #312 from ianitsky/master
dpa99c Feb 28, 2020
fd62629
[Doc] Tweak inapp messaging
dpa99c Feb 28, 2020
fb8a38d
[Android] Disable strict version check in Google Services plugin for …
dpa99c Feb 28, 2020
4adcb93
Update README.md
carlosen14 Feb 28, 2020
11e6486
Merge pull request #321 from carlosen14/patch-1
dpa99c Feb 28, 2020
8d94d48
[iOS] Implement Firestore API functions
Feb 29, 2020
a80e5d9
Minor version: 8.1.0
dpa99c Feb 29, 2020
ba179de
Merge branch 'dev'
dpa99c Feb 29, 2020
2008de3
[Android] Ignore invocation of auth state change listener at app star…
dpa99c Mar 1, 2020
bc757a6
[Android] Extend custom receiver to handle payload obtained from syst…
dpa99c Mar 1, 2020
ae2bfda
[iOS] Implement message receiver mechanism (equivalent to existing An…
Mar 2, 2020
fdfc14a
[Doc] Rationalise heading levels
Mar 2, 2020
85430d5
[Doc] Document custom FCM message handling
Mar 2, 2020
4c9a527
Patch version: 8.1.1
dpa99c Mar 3, 2020
85ccf3b
Major development version: 9.0.0-dev
dpa99c Mar 11, 2020
e811ab0
[iOS] Bump Firebase SDK podspec versions to v6.18.0
Mar 10, 2020
9aabc17
Support enabling/disabling of Crashlytics data collection at runtime
dpa99c Mar 10, 2020
50109ff
Add isAnalyticsCollectionEnabled() and isPerformanceCollectionEnabled()
dpa99c Mar 11, 2020
22c2089
BREAKING CHANGE: remove Firebase Inapp Messaging SDK component. Resol…
dpa99c Mar 11, 2020
7436c83
(iOS) Override CDVPlugin class abstract method `handleOpenURL` instea…
Mar 11, 2020
69565d1
(Android) Fix parsing of existing `colors.xml` when it only contains …
dpa99c Mar 11, 2020
16f6e3e
Major version: 9.0.0
dpa99c Mar 11, 2020
5e05a1d
Revert "BREAKING CHANGE: remove Firebase Inapp Messaging SDK componen…
dpa99c Mar 12, 2020
3cf6b9e
Patch version: 9.0.1
dpa99c Mar 13, 2020
5d497b3
(Android): Don't display app icon for large notification icon on Andr…
dpa99c Mar 16, 2020
8d9b391
(Documentation) Clarify use of notification channels on Android 8+ vs…
dpa99c Mar 18, 2020
4af9eb4
docs: fix broken markdown link for strip debug symbols
timbru31 Mar 25, 2020
4a6a014
docs: adds quotes around more information
timbru31 Mar 25, 2020
8097c93
Merge pull request #351 from timbru31/patch-1
dpa99c Mar 25, 2020
1f2fbc9
[Android] Try to sign out of Google when signing out of Firebase. Add…
dpa99c Apr 3, 2020
76ade3c
Added signInUserWithCustomToken AND signInUserAnonymously auth methods
ianitsky Apr 3, 2020
8bb75b6
Finish extends-authentication
ianitsky Apr 3, 2020
3408872
Added isAnonymous user information
ianitsky Apr 4, 2020
9cd0c08
[iOS] Sign out of Google when signing out of Firebase. Resolves #353.
Apr 5, 2020
130e872
(Android & iOS) Add documentExistsInFirestoreCollection() and fix res…
dpa99c Apr 5, 2020
db1570b
Patch version: 9.0.2
dpa99c Apr 7, 2020
7c81a9a
adding getInfo method for iOS which should return some firebase remot…
EdmundasR Apr 8, 2020
ee6b91f
updated getInfo readme
EdmundasR Apr 8, 2020
d9bd6ea
restoring previous whitespace
EdmundasR Apr 8, 2020
aede185
Fix isAnonymous compile error
ianitsky Apr 9, 2020
c6b4ecd
Merge pull request #359 from ianitsky/develop
dpa99c Apr 10, 2020
e6ace30
Merge branch 'master' into patch-1
dpa99c Apr 10, 2020
b6ee144
Merge pull request #225 from markterrill/patch-1
dpa99c Apr 10, 2020
7118d8c
Merge pull request #363 from VismaLietuva/getInfoForiOS
dpa99c Apr 10, 2020
fc25b8a
(Doc) Update ToC
dpa99c Apr 10, 2020
8dd611a
(Doc) Document as-yet unreleased changes
dpa99c Apr 10, 2020
5374826
(Android & iOS) Add `reloadCurrentUser()`
dpa99c Apr 13, 2020
d6c3b24
Patch version: 9.0.3
dpa99c Apr 13, 2020
e5d4a7a
BREAKING CHANGE: (Android, iOS) Filters for firestore collection (Cha…
ianitsky Apr 13, 2020
d5fc5ff
Merge pull request #367 from ianitsky/feature/firestoreFilters
dpa99c Apr 16, 2020
63e3258
(Doc/JS) A few tweaks to filters argument for `fetchDocumentInFiresto…
dpa99c Apr 16, 2020
5de352c
Minor version: 9.1.0
dpa99c Apr 16, 2020
5101c1a
Minor version (CLI): 9.0.1-cli
dpa99c Mar 13, 2020
afef953
Typo
dpa99c Mar 13, 2020
b780de3
(Android): Don't display app icon for large notification icon on Andr…
dpa99c Mar 16, 2020
0f414ee
[iOS] Sign out of Google when signing out of Firebase. Resolves #353.
Apr 5, 2020
ab6a89a
(Android & iOS) Add documentExistsInFirestoreCollection() and fix res…
dpa99c Apr 5, 2020
3ecbad3
Patch version: 9.0.2-cli
dpa99c Apr 7, 2020
0662428
Patch version: 9.0.3-cli
dpa99c Apr 13, 2020
23f2b11
Minor version: 9.1.0-cli
dpa99c Apr 16, 2020
1cf7ee5
Upgrade Firebase Pod to 6.22.0
EinfachHans Apr 20, 2020
f2efa5e
Merge pull request #374 from HansKrywaa/master
dpa99c Apr 20, 2020
2f02399
(iOS): Bump Firebase SDK components to v6.23.0.
dpa99c Apr 26, 2020
b6ea150
(Android) Bump Firebase SDK (and other Gradle dependencies) to latest…
dpa99c Apr 26, 2020
f7f5dbf
Patch version: 9.1.1
dpa99c Apr 26, 2020
08fc857
(Android) Bump Firebase SDK (and other Gradle dependencies) to latest…
dpa99c Apr 26, 2020
f6720f3
(iOS): Bump Firebase SDK components to v6.23.0.
dpa99c Apr 26, 2020
4457439
Patch version: 9.1.1-cli
dpa99c Apr 26, 2020
9310241
(Android) Fix retrieval of auth provider ID.
dpa99c Apr 29, 2020
730c59d
Fix: correct return type of a method
TheAnkurPanchani May 11, 2020
83f839f
Merge pull request #390 from TheAnkurPanchani/master
dpa99c May 11, 2020
0221f42
(Documentation) Update guidance and requirements when opening issues
dpa99c May 13, 2020
09af8d3
(iOS): Fix escaping of line endings in multi-line log messages being …
May 19, 2020
4628d1d
Add checklist to bug report issue template
dpa99c May 20, 2020
524b70b
Merge branch 'master' of github.com:dpa99c/cordova-plugin-firebasex
dpa99c May 20, 2020
fa6c286
(iOS): Set shouldEstablishDirectChannel via a plugin variable which …
May 22, 2020
116f5ce
(iOS) Align retrieval of auth provider ID with Android.
May 25, 2020
c805e71
(iOS) Fix merge error which unintentionally reverted 09af8d366a394417…
dpa99c May 28, 2020
865750d
Bump androidx plugin version dependencies. Resolves #418.
dpa99c Jun 1, 2020
84f36bf
(Android) Fix retrieval of auth provider ID.
dpa99c Apr 29, 2020
faf7d0c
Fix: correct return type of a method
TheAnkurPanchani May 11, 2020
414c274
(Documentation) Update guidance and requirements when opening issues
dpa99c May 13, 2020
55d431b
(iOS): Fix escaping of line endings in multi-line log messages being …
May 19, 2020
b08c512
Add checklist to bug report issue template
dpa99c May 20, 2020
b3598f9
(iOS): Set shouldEstablishDirectChannel via a plugin variable which …
May 22, 2020
d9a6e54
(iOS) Align retrieval of auth provider ID with Android.
May 25, 2020
765cc2a
(iOS) Fix merge error which unintentionally reverted 09af8d366a394417…
dpa99c May 28, 2020
c9a77ef
Bump androidx plugin version dependencies. Resolves #418.
dpa99c Jun 1, 2020
ac4cb5c
Patch version: 9.1.2
dpa99c Jun 1, 2020
83b0e5b
Patch version: 9.1.2-cli
dpa99c Jun 1, 2020
f70474f
Prevent reconfiguration causing exception
warby613 Jun 2, 2020
4e6920f
(iOS) Handle case where LD_RUNPATH_SEARCH_PATHS is an array. Resolves…
Jun 7, 2020
e6d13af
Merge pull request #419 from warby613/master
dpa99c Jun 8, 2020
409a562
(iOS) Fix initialisation of Crashlytics due to changes by PR #419
Jun 8, 2020
7c73376
(iOS): avoid collection state getting out of sync
DavidStrausz Jun 8, 2020
0bb6a6c
(Android): avoid collection state getting out of sync + remove restri…
DavidStrausz Jun 9, 2020
dfddc3d
(iOS): remove restriction to override plist defaults
DavidStrausz Jun 9, 2020
d1fb848
Merge branch 'master' of https://github.com/DavidStrausz/cordova-plug…
DavidStrausz Jun 9, 2020
ed71a97
(iOS) Handle case where LD_RUNPATH_SEARCH_PATHS is an array. Resolves…
Jun 7, 2020
ab4b9c5
(iOS) Fix escaping already escaped json
prestonviewer Jun 15, 2020
df589a8
Merge pull request #423 from DavidStrausz/master
dpa99c Jun 18, 2020
a2030bf
Merge pull request #430 from prestonviewer/fix-escaping-already-escap…
dpa99c Jun 18, 2020
d6c60a2
BREAKING CHANGE: (Android, iOS) Migrate from Fabric Crashlytics to Fi…
dpa99c Jun 18, 2020
e87c225
(Android) Fix NDK crash reporting in Firebase Crashlytics.
dpa99c Jun 25, 2020
62d5db2
(Android): Fix parsing of existing `colors.xml` when it contains mult…
dpa99c Jun 25, 2020
833ea48
(Android): Return success/failure result when subscribing/unsubscribi…
dpa99c Jun 26, 2020
35a2a68
(iOS): Return success/failure result when subscribing/unsubscribing f…
Jun 26, 2020
e80dfbe
Prevent reconfiguration causing exception
warby613 Jun 2, 2020
1f0b90e
(iOS) Fix initialisation of Crashlytics due to changes by PR #419
Jun 8, 2020
4ba4dbf
(iOS): avoid collection state getting out of sync
DavidStrausz Jun 8, 2020
bc5e2a1
(Android): avoid collection state getting out of sync + remove restri…
DavidStrausz Jun 9, 2020
0dcb97d
(iOS): remove restriction to override plist defaults
DavidStrausz Jun 9, 2020
47f1711
(iOS) Fix escaping already escaped json
prestonviewer Jun 15, 2020
402ef77
BREAKING CHANGE: (Android, iOS) Migrate from Fabric Crashlytics to Fi…
dpa99c Jun 18, 2020
d9257dd
(Android) Fix NDK crash reporting in Firebase Crashlytics.
dpa99c Jun 25, 2020
31669ff
(Android): Fix parsing of existing `colors.xml` when it contains mult…
dpa99c Jun 25, 2020
711b53d
(Android): Return success/failure result when subscribing/unsubscribi…
dpa99c Jun 26, 2020
7618f62
(iOS): Return success/failure result when subscribing/unsubscribing f…
Jun 26, 2020
4d3dddd
(Doc): Update documentation for recent changes
dpa99c Jun 26, 2020
f8ad5c7
(Types): Update signatures for `subscribe()` and `unsubscribe()` now …
dpa99c Jun 26, 2020
301aac8
Major version: 10.0.0
dpa99c Jun 26, 2020
9dfb872
(Doc): Update documentation for recent changes
dpa99c Jun 26, 2020
81d17e7
(Types): Update signatures for `subscribe()` and `unsubscribe()` now …
dpa99c Jun 26, 2020
c401c29
Major version: 10.0.0
dpa99c Jun 26, 2020
ae0221f
Fix regression bug related to default Crashlytics permission.
dpa99c Jun 29, 2020
778d1d8
(iOS) Use precompiled pod for Firestore to reduce build times. Based …
Jun 30, 2020
8b06bac
(iOS) Bump pinned Firebase SDK versions to latest 6.27.0
Jun 30, 2020
2450fd1
(Android): Bump Firebase SDK versions to latest for Analytics, Cloud …
dpa99c Jun 30, 2020
6047059
Minor version: 10.1.0
dpa99c Jun 30, 2020
f793866
Fix regression bug related to default Crashlytics permission.
dpa99c Jun 29, 2020
f1ac6cf
(iOS) Use precompiled pod for Firestore to reduce build times. Based …
Jun 30, 2020
537b11b
(iOS) Bump pinned Firebase SDK versions to latest 6.27.0
Jun 30, 2020
5c53792
(Android): Bump Firebase SDK versions to latest for Analytics, Cloud …
dpa99c Jun 30, 2020
aa760b5
Minor version: 10.1.0-cli
dpa99c Jun 30, 2020
82d1ddb
(Doc) Add note regarding using latest Xcode release version. Relates …
dpa99c Jul 15, 2020
0a07c6e
update firebase to v6.28.0
driiftkiing Jul 15, 2020
6d4a0d6
(iOS) Fix regression bug in `getToken()` introduced by 35a2a68e8db380…
dpa99c Jul 15, 2020
7a1f4f1
Merge pull request #457 from tokyodrift1993/feature/update-firebase-t…
dpa99c Jul 15, 2020
d49c6d7
Patch version: 10.1.1
dpa99c Jul 15, 2020
3cf3ae1
Merge branch 'master' into cli_build
dpa99c Jul 15, 2020
a9ff96e
(iOS): Bump Firebase SDK versions to v6.28.1 to resolve build freeze …
dpa99c Jul 16, 2020
7d78e44
Patch version: 10.1.2-cli
dpa99c Jul 16, 2020
6c4f873
Merge commit '7d78e44a0ef8cb1392c1370036f66a27af54a0f4'
kprigel Aug 4, 2020
6f9bd46
Temporary fix for Firebase Remote Config fetch and activate error.
kprigel Aug 6, 2020
ec32320
Fix for Remote Config Fetch and activate error.
kprigel Aug 6, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
(Doc) Add note regarding using latest Xcode release version. Relates to
dpa99c committed Jul 15, 2020
commit 82d1ddbfac9e9de23f3d3439d94dff00281b2c6d
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -409,6 +409,8 @@ Similarly, if your build is failing because multiple plugins are installing diff
you can try installing [cordova-android-firebase-gradle-release](https://github.com/dpa99c/cordova-android-firebase-gradle-release) to align these.

## iOS-specific
Please ensure you have the latest Xcode release version installed to build your app - direct download links can be [found here](https://stackoverflow.com/a/10335943/777265).

### Specifying iOS library versions
This plugin depends on various components such as the Firebase SDK which are pulled in at build-time by Cocoapods on iOS.
This plugin pins specific versions of these in [its `plugin.xml`](https://github.com/dpa99c/cordova-plugin-firebase/blob/master/plugin.xml) where you can find the currently pinned iOS versions in the `<pod>`'s, for example: