Skip to content

Simple demo of food application using (vb.net,firebase)

Notifications You must be signed in to change notification settings

ami1manna/FoodApplication.vb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

FoodApplication.vb

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

image

-----------------------------for crazy effect on buttons ,labels etc install gunna package-----------------

About

Simple demo of food application using (vb.net,firebase)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published