bugthesystem / FireSharp

An asynchronous cross-platform .Net library for Firebase
The Unlicense
696 stars 147 forks source link

Firebase 3.0 support? #45

Open gdavalos opened 8 years ago

gdavalos commented 8 years ago

Will you update the library so that it works with the newest update?

aayaffe commented 8 years ago

I second! The new feature of storing files is very much required

moonpyk commented 8 years ago

@aayaffe The storing files part is already available with the classic Google Cloud Platform API clients, Firebase storage is a simple GS bucket named after your Firebase project.

ErikDemontigny commented 8 years ago

Hi, am I wrong or in the new Firebase V3 app, there isn't any AuthSecret to use to connect with ? If I'm wrong, can you tell me how I can connect to Firebase V3 with FireSharp ? Thanks.

bugthesystem commented 8 years ago

Hi @all I have not find a time to check what's new. I will take a look at details and will determine a road-map to implement new features, asap.

moonpyk commented 8 years ago

@GroupeEDTECH Go to the new firebase console, click on the gear > Project parameters.

Then go to the Database tab, the legacy token generator is there, there is always at least one legacy token for each RT-Database.

Regards.

ErikDemontigny commented 8 years ago

Cool!! Thanks @moonpyk !! I try it right now !!