Reputation: 47
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.
Upvotes: 1
Views: 543
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