All the reference material that I find online is using FireSharp to configure a connection with Firebase's Realtime Database. Further, I cannot find the AuthSecret and BasePath for my Firestore as the current viable use suggested by Firebase is the AdminSDK. Can anyone mention how to use AdminSDK and FireSharp to connect with Firestore.
CodePudding user response:
I guess I have found the answer here. FireSharp only wraps the Firebase Realtime Database API.