bugthesystem / FireSharp

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

onAsync- notifications #167

Open maheshcmSeq opened 2 years ago

maheshcmSeq commented 2 years ago

I have tried the live streaming from the firebase rest api, Its not getting worked. I am working with windows application. I have to build a realtime notification system in the application. So I have used live streaming from the rest api. There was a 403 forbidden error throwing while call OnAsync method. The Firebase endpoint and key is working fine, that is already integrated with the application.