Open Whip opened 2 years ago
Same issue here
I had that very same issue. I ended up downgrading to @nativescript/core
to version 8.2.0
to continue working. Not sure what the problem with this version is
You think the problem is with core and not this plugin?
I'm not sure to be quite honest. Didn't give it much investigation after finding the fix for it.
Its sad to see this plugin is not being maintained right now. There are over 500 open issues and last update was almost 2 years ago. @EddyVerbruggen can you confirm if you're still working on this?
hey @Whip are you able to find solution for this? I am also facing this issue earlier this May.
No. I believe the plugin needs to be updated. @EddyVerbruggen could tell. I hope he hasn't abandoned the project.
Same issue here. After upgrading to {N} 8.2.2. It was working file with NS 8.0. Looks like this plugin no longer maintained. @EddyVerbruggen would you please confirm if this plugin is no longer in development.
looks like things has been changed. We are using outdated plugin. Have a look at this https://github.com/NativeScript/firebase It works for me fine.
the correct {NS} way to fix this is by adding a buildscript.gradle file to your App_Resources/Android directory repositories { google() mavenCentral() } dependencies { classpath 'com.google.gms:google-services:4.3.12' }
jwrascoe Could you tell me where to put that file? I can't find that code to include firebase in an Android Studio Firebase project
@machadoastur It goes in your App_Resources/Android directory where your Angular code is, not in the platform generated code... the NS builder looks at that file and then creates the correct files in the platform area
Muchas gracias.
El jue, 2 mar 2023 a las 13:12, James Rascoe @.***>) escribió:
@machadoastur https://github.com/machadoastur It goes in your App_Resources/Android directory where your Angular code is, not in the platform generated code... the NS builder looks at that file and then creates the correct files in the platform area
— Reply to this email directly, view it on GitHub https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/1882#issuecomment-1451771436, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABD4PKAPRR53ODKWERAOZF3W2CFDRANCNFSM5VJ2X6ZA . You are receiving this because you were mentioned.Message ID: @.*** .com>
My issue is identical to #278 but that was 5 years ago so maybe its different. I did try the things mentioned in that thread but no dice. Here's my case.
I have an app that was last updated last year. I decided to do an yearly maintenance update. I updated Android SDK, XCode, NS CLI, NS Core, theme and plugins. Then ran
and got this error
Here are my dependencies
Can you help me with this?