Wednesday 25 May 2022

List of tools for a lean mobile development team

 here I would try to list some tools which will provide high yield to a lean team.


1) Design your Idea :

Figma 

2) Source code management :

Github

GUI - Github for desktop

Github can be alternative to Atlassian tools for small team as well.

3) Communication :

GSuite

Slack

4) Editor :

VS code

5) Database :

AWS

Firebase

6) Other:

Microsoft Office suites -> ppts and excels.


Thursday 19 May 2022

Run Firebase functions locally

Prerequisite :

- firebase admin must be set up on your local machine

- your cloud functions must be deployed.


Steps:

1) open cmd.exe type : firebase emulators:start

2) in another cmd.exe type: firebase functions:shell

3) Now type any cloud function as if you calling any function like : hello() , add(2,3) etc.


Reference: 

https://www.youtube.com/watch?v=J0j1uhelY7M

https://firebase.google.com/docs/functions/local-shell

https://firebase.google.com/docs/functions/write-firebase-functions