step-up-labs / firebase-database-dotnet

C# library for Firebase Realtime Database.
MIT License
668 stars 168 forks source link

Added support for namespace query string #322

Closed Yewo-Devs closed 1 week ago

Yewo-Devs commented 1 week ago

I was experimenting with a locally hosted instance of firebase emulator which allows you to access firebase services on your local machine for development and testing purposes. I noticed the package does not append the namespace query param to the end of the request uri so I added that functionality with very minimal change to the package.