gdx-fireapp icon indicating copy to clipboard operation
gdx-fireapp copied to clipboard

libGDX Firebase API

Results 19 gdx-fireapp issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I tried to use onChildChange function to observe ChildEvent.Added event with wanted datatype Map::class.java(Kotlin). When DB child added, but no luck. **To Reproduce** Steps to reproduce the...

**Is your feature request related to a problem? Please describe.** After object child event triggered, is there any method to removeObserver to dismiss child event trigger in the future? **Describe...

**Is your feature request related to a problem? Please describe.** When I try to observe child change with child event added, I want to get access to the DataSnapshot to...

**Is your feature request related to a problem? Please describe.** - Firebase "Sign-In with Apple" **Describe the solution you'd like** Something like the google sign-in: `GdxFIRAuth.inst().google().signIn().then...` for example: `GdxFIRAuth.inst().apple().signIn().then...` It...

Is your feature request related to a problem? Please describe. Hi can you build an integration for Firebase Cloud Messaging? It would make send Push Notification much easier.

**Is your feature request related to a problem? Please describe.** - Include Firebase-Admob in gdx-fireapp **Describe the solution you'd like** - There is already solution to include the [admob framework...

I had some trouble figuring this out, and figured I would save others some trouble if they had the same issue.

For example: ``` GdxFIRDatabase.instance().inReference("users/"+userId) .readValue(List.class, new DataCallback(){ @MapConversion(User.class) @Override public void onData(List data) { User user=data.get(0); // Do something with user } @Override public void onError(Exception e) { // Handle...

Hi there, this looks great, are you still working on it? I have made a simple online game where I just want to pole position and update where stuff is,...

Bumps com.android.tools.build:gradle from 3.4.3 to 8.2.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.android.tools.build:gradle&package-manager=gradle&previous-version=3.4.3&new-version=8.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies