项目作者: dancanyego

项目描述 :
Typically a gas delivery app
高级语言: Java
项目地址: git://github.com/dancanyego/Gas-Delivery-App.git
创建时间: 2020-02-17T14:34:41Z
项目社区:https://github.com/dancanyego/Gas-Delivery-App

开源协议:

下载


Chumi Home Gas android app

Download here

to view the project on Googles play store click the above link

it is typiclly an Android App that the user can order gas online and Gas is delivered to them

Setup the database on firebase and change the write permision to be like this
{
“rules”: {
“.read”: “true”,
“.write”: “true”
}
}
also checkout the firebase how to set up a database