Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chat 21 Cloud Function Setup #6

Open
tobimichigan opened this issue Nov 18, 2018 · 3 comments
Open

Chat 21 Cloud Function Setup #6

tobimichigan opened this issue Nov 18, 2018 · 3 comments

Comments

@tobimichigan
Copy link

tobimichigan commented Nov 18, 2018

Nice work guys, nice work.

In your doc, you said.
"Project setup
Clone or download this repo from github
Run from command line:
cd functions
npm install"

..now I'm guessing this should be after Firebase login right?
the cd functions should also be in the cmd cli (function directory) after selecting the project on fire-base in question?

where does "npm install come in?" and what target is the install? Is it the selected project in the firestore or something else?

Overall, please kindly clarify how these cloud functions should be properly run on firebase cloud service.

Thank you

@sapandang
Copy link

Below are the steps.

  1. clone project.
  2. cd
  3. npm install -g firebase-tools
  4. npm install
  5. firebase login
  6. firebase use --add
  7. firebase deploy

if you encounter some dependency error during firebase deploy. Install them.
#7 added dependency in package.json

@IamSurendraThota
Copy link

sorry if i did not understand clearly about this project.

how can i use this functions in my project ???

lets say i have ionic 4 project i want to use fireabase chat functions, how it can possible ?

@jinglescode
Copy link

jinglescode commented Jun 9, 2020

Below are the steps.

  1. clone project.
  2. cd
  3. npm install -g firebase-tools
  4. npm install
  5. firebase login
  6. firebase use --add
  7. firebase deploy

if you encounter some dependency error during firebase deploy. Install them.
#7 added dependency in package.json

Failed at step 4. npm install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants