iOS : In AppDelegate+FirebasePlugin.m add the variable tap in the method didReceiveRemoteNotification()#1104
Open
papattes wants to merge 845 commits intoarnesson:masterfrom
Open
iOS : In AppDelegate+FirebasePlugin.m add the variable tap in the method didReceiveRemoteNotification()#1104papattes wants to merge 845 commits intoarnesson:masterfrom
papattes wants to merge 845 commits intoarnesson:masterfrom
Conversation
dpa99c
added a commit
to dpa99c/cordova-plugin-firebasex
that referenced
this pull request
Aug 30, 2019
…le app is running in background. * Based on arnesson#1104 * Resolves #96
21bc600 to
ad9ec9d
Compare
…AuthFactor). Update typedef for `verifyPhoneNumber()`
…lugin-firebasex into GH-714-multifactor-auth
(android) align with iOS implementation
Add IOS_GOOGLE_SIGNIN_VERSION AND IOS_GOOGLE_TAG_MANAGER_VERSION plugin vars to enable overriding default pinned versions at plugin install time.
….0 - November 15, 2022 - See https://firebase.google.com/support/release-notes/ios#version_1020_-_november_15_2022 - BREAKING CHANGE: Minimum supported iOS version is now v11.0 (with Firebase SDK v9 it was iOS v10.0) - See https://firebase.google.com/support/release-notes/ios#version_1000_-_october_10_2022 - Update pinned versions of Google Sign In and Google Tag Manager libraries to latest to align with Firebase SDK v10
…ssion on Android 13+. Resolves #777
Add the authorization code to the credential object returned after authentication via Sign in with Apple
(android) Add support for Android push notification localization in foreground notifications
… of building example project to diagnose issues
…e jcenter() shortcut method was deprecated in Gradle 7.0 and completely removed in Gradle 8.0 and newer.
Fix path retrieval for cordova-ios 8.x
…in-firebasex - Cannot read properties of undefined (reading opts)
fix unable to uninstall the plugin
…` to use `signInWithPresentingViewController:` due to removal of deprecated `signInWithConfiguration:` in Firebase iOS SDK v12.9.0
added 16 commits
February 28, 2026 17:50
Add CHANGELOG and MIGRATION guide. Update docs.
…foreground": true` is specified unless `content-available` is also set.
…ON to separate beta and release versions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TODO
to make the variable tap available when receiving a notification from the background, replace :
By