Questions tagged as 'firebase'

0
answers

How to change the zoom in a certain location in google maps api v3?

I'm trying to get the map to zoom in on a particular markers location when they are created in Firebase. I already tried to use the setZoom() setCenter() but what happens is this: I'dlikeittobeontopofthecorrectlocation,forexample:Itha...
asked by 18.12.2017 / 13:44
1
answer

ListView displays only 1 item

I'm trying to get the list of friends to appear, but only the first one appears. I'm following a tutorial and my code is identical to what I'm following. public class ListaAmigosActivity extends AppCompatActivity { ListView lsvAmigos; Firebas...
asked by 31.12.2017 / 13:32
1
answer

Firebase: App restarting by itself

I'm developing an android app, and I'm using the Firebase Realtime Database to store the data. There I have a users node, with all the users I registered through my App. When I make some changes in the user data that is logged in (eg add an item...
asked by 12.12.2017 / 00:29
1
answer

Firebase authentication

I developed an Android + Firebase app (authentication + storage + database). While this tests on Android Studio + authentic smartphone and works perfectly. I published it last Tuesday and after it was in the store I downloaded it to test (as one...
asked by 12.12.2017 / 00:38
1
answer

How to show in gridview data from firebase Storage using Picasso?

Good morning, everyone. My question is relative only to the display part of the GridView image. Look at the steps that are already working: I can upload to Firebase Storage. Each time an image is sent to the server your uri is saved in the...
asked by 05.01.2018 / 11:45
1
answer

How to exchange data between a webpage with App using Firebase

I have a web page where I want to receive information from an App or exchange information between them but using Firebase, the App sends the information to the web page and the user responds with a confirmation message but all with the Firebase...
asked by 08.12.2017 / 13:36
1
answer

I can not open a message sent by firebase

I can send a firebase notification to my App but I can not open that same notification within the actidity responsible for the arrival of this notification     
asked by 06.12.2017 / 15:09
0
answers

How to insert a list of Cloud Firesotre into an ExpandableListView

How can I enter data obtained from Cloud Firestore in a ExpandableListView ? I have a "places" document in a "Categories" collection. ThedocumenthasaVector,alsocalled"places", with 5 Strings . The goal is to get these Strings and...
asked by 20.12.2017 / 23:34
1
answer

Error trying to run application with Gluon Mobile using gradle build

Hello, I'm trying to run my application, however, it gives the following error: please apply google-services plugin at the bottom of the build file. :compileJava FAILURE: Build failed with an exception. * What went wrong: Could not resolve...
asked by 20.12.2017 / 20:08
1
answer

Production Application, how to retrieve data from firebase in recyclerview?

I'm developing an application and I'm in the employee listing and production part ("this listing in a single line in the recyclerview referring to the employee") but I'm having problems because I do not know how to bring the employee and the pro...
asked by 25.11.2017 / 12:43