You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside of my Cloud Functions code written in TypeScript, I have 2 custom models which I want to populate with FirebaseFirestore.DocumentData maps. Also when writing to Firestore, I would like to deserialize the custom objects into FirebaseFirestore.DocumentDatas.
Can I use this library with cloud functions? would it help with this mission? I am somewhat of a noob with web technologies and backend. So please help me out.