Skip to content

MatheusAmelco/Firebase4J

Repository files navigation

Codacy Badge

Firebase4J

THIS PROJECT IS IN ALPHA!

A REST Java API to Firebase.

This project was inspired by firebase4j.

Using Firebase4J Library in your project

build.gradle

repositories {
    mavenCentral()
    maven { url "https://jitpack.io" }
}

dependecies {
    implementation 'com.github.MatheusAmelco:Firebase4J:1.0'
}

Notes

If you have any questions, suggestions, ideas, etc - write me.

Please feel free to make any improvements in the code. Pull requests are welcome.

Please, report all bugs to: https://github.com/matheusamelco/firebase4j/issues

License

Copyright (C) 2017 Matheus Felipe Amelco

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.