Posts

Showing posts from 2019

Angular with firebase

Image
Today session is about how connect the angular with firebase PREREQUISITES 1)Node.js                            - if you are not already installed click   Here 2)npm package manager    - 3)text editor(vs code)         - if you are not already installed click  Here   if you are already install the node.js you can silmply open the command prompt and type node -v then you will see the follow result. Install angular cli                  open your command prompt and type as follow create a new angular project             type your command prompt as follow for start the new angular project. open the angular project              first you should move to inside the folder            ...