Okay so i am ambarking on creating a plugin for my server for a type of shop system that would be connected to our website. I am just wondering because the plugins are created in C#, im using firebase Realtime database for the storage of such information am im trying to find out if anyone has done anything with this as of yet and could give me some pointers.
Connecting plugin to Firebase realtime database?
There isn't any existing support for that sort of database type, so you would likely have to write or find a library that exists to tie into it via an Oxide extension.
Wulf
There isn't any existing support for that sort of database type, so you would likely have to write or find a library that exists to tie into it via an Oxide extension.
firebase has an unity library already but I'm thinking if I develop it that why I would have to add additional folders and files to the Server for it to work, I'm assuming that it's a pain in the ass hahaha. At the moment I'm just trying to map it out in my head how it would work.