Home > database >  How to configure a Firestore connection using FireSharp in a WinForm App
How to configure a Firestore connection using FireSharp in a WinForm App

Time:04-07

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. enter image description here

CodePudding user response:

I guess I have found the answer here. FireSharp only wraps the Firebase Realtime Database API.

  • Related