Firebase with Asp.net MVC Part 1 Insert Data to Firebase

preview_player
Показать описание

In this tutorial we will go through following Steps

1. Signin with Gmail Account
2. Create Project In Firebase
3. Copy Secret Key for Authentication
4. Create Realtime Database and Copy database Path (Secret Key and Database Path use to Firebase Configuration in C#)
6. Add Firesharp nugget and Add reference in project
7. Add Model and Controller
8. Firebase Configuration in Controller

Рекомендации по теме
Комментарии
Автор

walking through the code would be very helpful if you speak... just a suggestion

tonyriddle
Автор

can i use Firebase database if i will upload my MVC to Azure?

ceejayabellanosa
Автор

why it show my path is wrongly? can u help me?

xiang
Автор

why student_id became scramble text instead of it student_id ? can we fix this ? thanks

puopts
Автор

But how we can create unique property in firebase

HoàngĐức-ks
Автор

Error CS0117 'FirebaseConfig' does not contain a definition for 'AuthSecret'

Mnty_c