Please enable JavaScript.
Coggle requires JavaScript to display documents.
FIREBASE-FUNCTIONS - Coggle Diagram
FIREBASE-FUNCTIONS
User creation
create user in the firestore and authentication
google oAuth creation
Phone number auth creation
Chat Application
Real time updates
Send and recive the messages
chat backup
Firebase storage for the images and files send
Methods
Createuser :pencil2:
createUserWithPhone :pencil2:
chat backup :green_cross:
files and images upload in the firebase storage :red_flag:
Count the number of user created account and active user list maintained here
Add triggers for the chat app
onCreate :!!: when the user creates first time the account
onUpdate :!!: for the chat has been changed or new message set
onDelete : :!!: when the data is deleted from the document
onWrote :!!: when the triggers are launched and done any task
Add tod feature for the application
CURD OPERATIONS
add dynamic pages for the application