Kevin Kamau
Kevin Kamau

Reputation: 264

Is it possible for Firebase Cloud Functions to receive http request from an extenal server, while on Blaze Plan?

I have been searching and haven't found whether it is possible for a firebase project using the Blaze Plan to receive http requests from an external server.

Upvotes: 0

Views: 54

Answers (1)

ked
ked

Reputation: 2456

If you have implemented https functions, you can recieve https requests from external server, after you deploy the function you'll get url for each functions either from terminal or firebase console in functions section, check the github repo for sample

Upvotes: 3

Related Questions