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

feat: Add Firebase Functions plugin #640

Closed
2 of 12 tasks
jjgriff93 opened this issue Jun 16, 2024 · 4 comments · Fixed by #648
Closed
2 of 12 tasks

feat: Add Firebase Functions plugin #640

jjgriff93 opened this issue Jun 16, 2024 · 4 comments · Fixed by #648

Comments

@jjgriff93
Copy link

Plugin(s)

  • Analytics
  • App
  • App Check
  • Authentication
  • Crashlytics
  • Cloud Firestore
  • Cloud Messaging
  • Cloud Storage
  • Performance
  • Remote Config

Current problem

Would love to be able to use Firebase entirely natively on my Capacitor app, and the only missing piece from this great repo is Functions support!

Preferred solution

A new plugin for Firebase Functions that covers the key client-side methods across native and web. This would include:

Alternative options

No response

Additional context

No response

Before submitting

@robingenz
Copy link
Member

@jjgriff93 Would you be willing to test a dev version?

@jjgriff93
Copy link
Author

@robingenz absolutely! And happy to contribute if helpful

@robingenz
Copy link
Member

@jjgriff93 That would be great because I am currently unable to deploy a cloud function. 😅 I tried it for several hours now with different firebase-tools versions.

Error: Cloud Runtime Config is currently experiencing issues, which is preventing your functions from being deployed. Please wait a few minutes and then try to deploy your functions again.
Run `firebase deploy --except functions` if you want to continue deploying the rest of your project.

I've just published a dev version for testing:

npm i @capacitor-firebase/functions@6.0.0-dev.b96fa6c.1718781196

If you discover any bugs, it would be great if you could create a PR against feat/issue-640. Let me know if you have any questions.

@robingenz
Copy link
Member

@jjgriff93 Did you had a chance to test the plugin?

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

Successfully merging a pull request may close this issue.

2 participants