Haseeb ur Rehman
Haseeb ur Rehman

Reputation: 47

Firebase cloud functions folder not showing

I am using firebase with react native . Trying to write some firebase cloud functions. For that i have used firebase init . On console it gives a success message but the function folder is not been created in my project . I have tried several times re initializing the firebase init but no result.

enter image description here

Upvotes: 1

Views: 543

Answers (1)

Osvaldo
Osvaldo

Reputation: 519

Try a new folder location. Create a new folder by the name of the backend wherever you'd like and 'CD' into it before you initialize it. i.e. users/haseeb/project and see if it then creates it.

Then, move the functions folder to the root level of the project.

Upvotes: 2

Related Questions