0

I am new to firebase.

I am trying to use firebase cloud function for my project.

I have installed npm and nodejs on my windows machine and then I login my firebase account using:

firebase login 

Then I created a folder where I want my scripts to be. i've gone to that path in cmd and try to run:

firebase init 

It as an alert are you ready to proceed I given y.

Then it blinking till here which I have attached in my image

enter image description here

Can anyone help me out what to do?

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
Cubes
  • 1
  • 1

1 Answers1

0

All you have to do it select one of the options: - Database - Functions - Hosting

I'm using a linux (see below) so all I have to do is press enter. I don't know about Windows, but I think its expecting you to enter some response.

enter image description here

T M
  • 516
  • 5
  • 18