Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bolorundurowb/firenotes
A simple notes app that utilizes Googles firebase for authentication and storage. Built for Android and iOS using Xamarin Forms
https://github.com/bolorundurowb/firenotes
android csharp ios xamarin xamarin-forms
Last synced: 3 months ago
JSON representation
A simple notes app that utilizes Googles firebase for authentication and storage. Built for Android and iOS using Xamarin Forms
- Host: GitHub
- URL: https://github.com/bolorundurowb/firenotes
- Owner: bolorundurowb
- Created: 2016-07-16T17:26:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T11:47:48.000Z (almost 2 years ago)
- Last Synced: 2023-04-10T16:50:54.628Z (almost 2 years ago)
- Topics: android, csharp, ios, xamarin, xamarin-forms
- Language: C#
- Homepage:
- Size: 1.38 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fire-Notes
[![Build Status](https://app.bitrise.io/app/50bd821b817e2fb0/status.svg?token=th2cwV_U9sg4x5IBkoeOdg&branch=master)](https://app.bitrise.io/app/50bd821b817e2fb0) [![Waffle.io - Columns and their card count](https://badge.waffle.io/bolorundurowb/firenotes.svg?columns=all)](https://waffle.io/bolorundurowb/firenotes)
A simple android notes app using Google's Firebase as the backend
## Screenshots
**Sign In**| Android | iOS|
| --- | --- |
| ![Sign In](https://github.com/bolorundurowb/firenotes/blob/master/Screenshots/android/signin.png) | ![Sign In](https://github.com/bolorundurowb/firenotes/blob/master/Screenshots/ios/signin.png) |**Sign Up**
| Android | iOS|
| --- | --- |
| ![Sign Up](https://github.com/bolorundurowb/firenotes/blob/master/Screenshots/android/signup.png) | ![Sign Up](https://github.com/bolorundurowb/firenotes/blob/master/Screenshots/ios/signup.png) |**Home**
| Android | iOS|
| --- | --- |
| ![Home](https://github.com/bolorundurowb/firenotes/blob/master/Screenshots/android/home.png) | ![Home](https://github.com/bolorundurowb/firenotes/blob/master/Screenshots/ios/home.png) |**New Note**
| Android | iOS|
| --- | --- |
| ![New Note](https://github.com/bolorundurowb/firenotes/blob/master/Screenshots/android/new-note.png) | ![New Note](https://github.com/bolorundurowb/firenotes/blob/master/Screenshots/ios/new-note.png) |**Note Details**
| Android | iOS|
| --- | --- |
| ![Note Details](https://github.com/bolorundurowb/firenotes/blob/master/Screenshots/android/note-details.png) | ![Note Details](https://github.com/bolorundurowb/firenotes/blob/master/Screenshots/ios/note-details.png) |