All Projects → mk-5 → gdx-fireapp

mk-5 / gdx-fireapp

Licence: Apache-2.0 License
libGDX Firebase API

Programming Languages

java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
groovy
2714 projects
HTML
75241 projects

Projects that are alternatives of or similar to gdx-fireapp

ZapTap
Cross Platform Game made in libGDX. Live on Google Play: https://play.google.com/store/apps/details?id=com.betterclever.zaptap
Stars: ✭ 49 (-14.04%)
Mutual labels:  libgdx
cocos2d-java
cocos2d java api base libgdx
Stars: ✭ 15 (-73.68%)
Mutual labels:  libgdx
jumpdontdie
Source code for the Android game developed on my YouTube tutorial. Made using libGDX, Scene2D, Box2D.
Stars: ✭ 45 (-21.05%)
Mutual labels:  libgdx
blockbunny
Libgdx-based game for Android, iOS, and PC following the tutorial by ForeignGuyMike on youtube channel. Read more on README.md
Stars: ✭ 25 (-56.14%)
Mutual labels:  libgdx
miniscript
A scripting library for Java-based games
Stars: ✭ 33 (-42.11%)
Mutual labels:  libgdx
HyperLap2D
A powerful, platform-independent, visual editor for complex 2D worlds and scenes.
Stars: ✭ 226 (+296.49%)
Mutual labels:  libgdx
odb-arktrail
Artemis-ODB + LibGDX game
Stars: ✭ 16 (-71.93%)
Mutual labels:  libgdx
xibalba
A Mayan roguelike
Stars: ✭ 50 (-12.28%)
Mutual labels:  libgdx
SpaceProject
A top-down 2D, procedurally generated space exploration and shooter game using libGDX. Kinda like Asteroids, only a little bigger.
Stars: ✭ 28 (-50.88%)
Mutual labels:  libgdx
gdx-controllers
A libGDX cross platform game controllers extension
Stars: ✭ 39 (-31.58%)
Mutual labels:  libgdx
thelegendofericc
Single player roguelike tile-based game written in Java using LibGDX and Ashley
Stars: ✭ 22 (-61.4%)
Mutual labels:  libgdx
Particle-Park
A LibGDX particles showcase.
Stars: ✭ 46 (-19.3%)
Mutual labels:  libgdx
thelema-engine
Thelema - 3D graphics engine, written in Kotlin. Based on sources of libGDX.
Stars: ✭ 51 (-10.53%)
Mutual labels:  libgdx
HitKlack LibGDX
🎮 Retro console game remake of Mephisto Hit Klack
Stars: ✭ 23 (-59.65%)
Mutual labels:  libgdx
xgbc
Game Boy emulator written in Kotlin using libGDX
Stars: ✭ 44 (-22.81%)
Mutual labels:  libgdx
gdx-backend-bytecoder
Libgdx Kotlin app with Bytecoder
Stars: ✭ 24 (-57.89%)
Mutual labels:  libgdx
ShapeOfThingsThatWere
strategy game based on hex map and discoveries
Stars: ✭ 23 (-59.65%)
Mutual labels:  libgdx
gdx-controllerutils
Controller Utilities for libGDX
Stars: ✭ 48 (-15.79%)
Mutual labels:  libgdx
YarnGdx
YarnGdx is a Libgdx Library for interactive dialogue in games! This is a port of [YarnSpinner](https://github.com/thesecretlab/YarnSpinner) by thesecretlab
Stars: ✭ 25 (-56.14%)
Mutual labels:  libgdx
LunarGdx
A networking library for LibGDX utilizing Netty allowing easy creation of multiplayer games.
Stars: ✭ 23 (-59.65%)
Mutual labels:  libgdx

GDX Fireapp

A libGDX cross-platform API for Firebase.

Build Status Maven Central Coverage

Getting Started

The first thing you should do is install Firebase SDK and add gradle dependencies.

Android guide - iOS guide - HTML guide - ProGuard required rules

Core

implementation "pl.mk5.gdx-fireapp:gdx-fireapp-core:$gdxFireappVersion"

Android

implementation "pl.mk5.gdx-fireapp:gdx-fireapp-android:$gdxFireappVersion"

iOS

implementation "pl.mk5.gdx-fireapp:gdx-fireapp-ios:$gdxFireappVersion"

GWT

implementation "pl.mk5.gdx-fireapp:gdx-fireapp-html:$gdxFireappVersion"

 

The latest version was built using libGDX 1.9.12, robovm 2.3.1, gwt 2.8.2, iOS Firebase sdk 7.x, android Firebase BOM 25.12.0

 

Basics

The API is like a bridge between libGDX app and Firebase sdk. It covers Firebase functionality, so if you have some knowledge of the Firebase SDK, using this API should be intuitive.

 

To initialize Firebase SDK, just put this line somewhere in your app initialization code:

GdxFIRApp.inst().configure();

Firebase Analytics should start working just after this step.

 

Examples

To see some examples, please go to examples wiki page.

 

Useful links

 

What's next?

  • Better wiki/documentation
  • Cloud Firestore
  • Facebook, github authorization
  • Messaging
  • Upload task monitoring

 

Features

  • Analytics
  • Authentication
  • Database
  • Storage
  • Crash reporting (Crashlytics)
  • Messaging

 

Platforms

  • Android
  • iOS (RoboVM)
  • GWT

 

License

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].