Navigation Menu

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

updated com.google.firebase.iid (deprecated) to com.google.firebase.installations #255

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hyomba-pratik
Copy link

@hyomba-pratik hyomba-pratik commented May 27, 2021

Android build failed because of deprecated imports on FCMPlugin.java

import com.google.firebase.iid.FirebaseInstanceId;
import com.google.firebase.iid.InstanceIdResult;

Now updated those imports to:

import com.google.firebase.installations.FirebaseInstallations;
import com.google.firebase.installations.InstallationTokenResult;

@kartneb
Copy link

kartneb commented Aug 28, 2021

Hi @hyomba-pratik, does the build fail on some specific compileSdk/targetSdk?

@kartneb
Copy link

kartneb commented Aug 28, 2021

Can you see if this can be merged @andrehtissot ? Let's keep your plugin going by merging PRs or providing feedbacks if they aren't good.

@wcooperscott
Copy link

Please merge this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants