Skip to content
/ cosas Public

Simple list with things and the place where they are

License

Notifications You must be signed in to change notification settings

pove/cosas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cosas

Simple list with things and the place where they are.

Install Prerequisites

Download and install Visual Studio Community and Xamarin Platform from Xamarin download page.

Create Firebase project

Start a free Plan Spark on Google Firebase. Create a new project and add an android app with this package name (com.pove.cosas). You can use your own package name.

Setup Firebase variables

Open Cosas/MainActivity.cs and set your Firebase variables:

// Firebase variables, you can set them up by code
private string ApplicationId = "";
private string ApiKey = "";
private string DatabaseUrl = "";

If you leave them empty, you will be asked for them on app start.

About

Simple list with things and the place where they are

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages