Posts by Topazzio App • 43 points
9 posts
-
1
votes0
answers263
viewsQ: Error with icon, vibration and sound in notification
I’m developing an app that receives notifications coming from firebase, I’m able to receive notifications quietly when the application is open, everything I’ve instated in Notificationcompat works,…
-
0
votes1
answer176
viewsQ: Persist data from Storage Firebase
Good guys I started working with firebase Torage, I was able to send and receive data from firebase normally using documentation. However I would like the photo that the user sent and received was…
-
1
votes1
answer1142
viewsQ: How to view images in Listview from Firebase?
Well I am receiving numerous information from firebase, and displaying them, however I would like to receive also images, without last storege, I already saved some urls in the database and when I…
-
0
votes0
answers133
viewsQ: Two different types of registration with firebase
Hey, guys, I’m having a hard time putting together a registration system with two different users, I’d like to be registering an Adm user and a common user, however I am displaying the data in a…
-
0
votes1
answer95
viewsQ: Pass data between fragments and Activitys with radio button
I’m having trouble passing data from an Activity to a Fragment, I would like to use a radio button to define a parameter for a variable, dps pass this value so the Fragment can do the treatment,…
androidasked Topazzio App 43 -
0
votes0
answers274
viewsQ: FCM with token registration in Firebase database
Hi, I’m having second thoughts about using the FCM. I’m storing the token generated in the app by fcm in the fire database itself, in order to send the messages of a webservice also connected to the…
-
0
votes1
answer1040
viewsQ: Receive a single data from a Firebase node
I would like to know how to recover from Firebase a single data from Firebase, I used the structure of Eventlistener mounting the object and pulling only one of the data, but when running the error…
-
1
votes2
answers255
viewsQ: Error while receiving Firebase data
I’m having problems with my TCC, I’m not getting the data from Firebase and display them in a listview, it presents error, I’m using the ValueEventListener to try to get the data... to listview this…
-
0
votes1
answer1265
viewsQ: Click on an Item in recycleView and open Activity
I’m having doubts in my application about recycleView, I would like to click on an item in the list to open an Activity with the other data in detail... Someone could help me understand how to do…