-
Notifications
You must be signed in to change notification settings - Fork 23
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
Fix: Remove Firebase integration in order to generate new project from the script #496
Comments
lydiasama
pushed a commit
that referenced
this issue
Aug 3, 2023
lydiasama
added a commit
that referenced
this issue
Aug 15, 2023
lydiasama
added a commit
that referenced
this issue
Aug 15, 2023
lydiasama
added a commit
that referenced
this issue
Aug 17, 2023
ryan-conway
added a commit
that referenced
this issue
Aug 17, 2023
…t-firebase-integration [#496] Distribute app without Firebase integration
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
When generateing the project from the script, it requires the
google-services.json
file which we saved in the Github Secrets. To support general users outside Nimble, we need to remove it to make the script can be built successfully without the Firebase integration. Besides, Codemagic supports distributing the app to Firebase App Distribution without integrating the Firebase to the project.Expected
The generate new project script can run successfully.
The text was updated successfully, but these errors were encountered: