-
Notifications
You must be signed in to change notification settings - Fork 2k
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
RTDB Cloud Function are not visible #1469
Comments
@zkycloudz 👋 Thanks for reaching out. @ace-n, could you have a look at this Functions related question? Thanks! |
Ping @ace-n |
Hi @zkycloudz Apologies for the confusion - but Cloud Functions (GCF) and Firebase Functions are separate products. @labtopia can we add the following to the note on this page?
|
Closing this due to inactivity. Please reopen if still needed. |
Halo,
I am beginner using cloud function, I spent 3 days working with cloud function, the work is really great!! 👍
Then I come to try following the guide here to listen or make trigger cloud function to the changes happen in firebase RTDB: realtime-databse functions
but apparently the function I made following the guide in the link is not detected when I run
firebase deploy --only functions
I already try to give filter:
irebase deploy --only functions:myTriggerFunctionRTDB
otherwise it give me error :
⚠ functions: the following filters were specified but do not match any functions in the project: myTriggerFunctionRTDB
I know it is still in beta, therefore I try to find an updated documentation, I found it here Functions database event trigger. And yes, I made it work :) 👍
In my experiment I have to make sure that after
exports.myTriggerFunctionRTDB =
you havefunctions.
to make it detected byfirebase deploy --only functions
.Hope someone help :)
My apologize if I had some bad ethique or not implementing best practice opening issue. Thank you
The text was updated successfully, but these errors were encountered: