Simple demo of food application using (vb.net,firebase)
'---------------------------fire base connection -------------------------------
Imports FireSharp.Config
Imports FireSharp.Interfaces
Imports FireSharp.Response
Public Class Form2
Private facon As New FirebaseConfig() With
{
.AuthSecret = "data base password :)",
.BasePath = "Your data base link :)"
}
'----------------to check succesfull connection -----------------
Try
client = New FireSharp.FirebaseClient(facon)
Catch
MessageBox.Show("there is problem with your internet ")
End Try
-----------------------------for crazy effect on buttons ,labels etc install gunna package-----------------