asp.net web api with firebase code example
Example 1: CRUD configuration MVC with Firebase
public string TimestampUtc { get; set; }
Example 2: CRUD configuration MVC with Firebase
@{
ViewBag.Title = "About";
}
@ViewBag.Title
Login History
Current user: @ViewBag.CurrentUser
@foreach(var timestamp in ViewBag.Logins)
{
- Login at @timestamp
}