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

Missing Xamarin.Firebase.Iid package referenced by this plugin #172

Open
Daniele-Tentoni opened this issue Nov 16, 2021 · 2 comments
Open

Comments

@Daniele-Tentoni
Copy link

Hi all,
today I've installed the last available version 3.6.9 of this awasome plugin in my Xamarin Forms 5.0.0.2244 Shell project. When I tried to build it, he said that this nuget package is missing Xamarin.Firebase.Iid package. When I've installed it, another error came:

Default FirebaseApp is not initialized in this process io.wedo.xam_arx_tasks. Make sure to call FirebaseApp.initializeApp(Context) first.

I gave up build Android today, continuing with iOS. Anyone else have the same problem? I have not any other experience with push notifications in Xamarin world.

@rajuskvt
Copy link

Check FAQ.Md file, i think its a google service json file build type issue please make sure build type as google service json

@Daniele-Tentoni
Copy link
Author

Hello @rajuskvt , following FAQ files didn't help me... My GoogleService file is compiled as following

<ItemGroup>
    <GoogleServicesJson Include="google-services.json" />
</ItemGroup>

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

No branches or pull requests

2 participants