skip to Main Content

Read data from firebase c#

I cant find a way to read data from firebase databse in c# android application. I want to read value from child data/test. Question appers to be very simple, couldnt find a aimple way which i would understand online DATABASE…

VIEW QUESTION

StackOverFlow Exception from WebJobsBuilderExtensions while running Azure function locally

I have written Azure function which is throwing StackOverFlow Exception in the below code from class WebJobsBuilderExtensions in the namespace ` Microsoft.Azure.WebJobs services.TryAddEnumerable(ServiceDescriptor.Singleton<IHostedService, JobHostService>()); Here is my Startup class [assembly: WebJobsStartup(typeof(Startup))] namespace FuncApp { public class Startup : IWebJobsStartup {…

VIEW QUESTION
Back To Top
Search