5

I am being practiced to make TelegramBot using firebase cloud function. installed firebase-tools, registered the firebase account and created a new sample project, but then I got an error when I selected the project.

This is the error message:

Function is not a valid feature. Must be one of database,firestore,functions,hosting,storage.

Nanda Z
  • 1,604
  • 4
  • 15
  • 37

1 Answers1

8

How silly am i, it's typo... all i need to do is to change execution syntax like below

firebase init functions

with plural "s"

Nanda Z
  • 1,604
  • 4
  • 15
  • 37