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

i wanna send data that received from the pub/sub function to the firebase realtime database? did i have to create a second function with google coloud or addev to the first one ? #5

Closed
hanadjerbi1 opened this issue Sep 5, 2018 · 3 comments

Comments

@hanadjerbi1
Copy link

No description provided.

@GabeWeiss
Copy link
Owner

If you want to use Firebase instead of Firestore, then yes, you'll modify the Cloud Function to using the Firebase API instead, which is similar to Firestore, but different enough that it'll be a bit of porting work. The docs for Firebase can be found here: https://firebase.corp.google.com/ and click through to the documentation. OR you can just start a project in Firebase, and it will have getting started on the web on the home page for the real time database, and you can copy/paste the startup code from there to get going!

@hanadjerbi1
Copy link
Author

thanks for replying me..But i can't get access to this link https://firebase.corp.google.com/

@GabeWeiss
Copy link
Owner

Sorry, did that from the wrong chrome profile! Try https://console.firebase.google.com/?pli=1.

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