Questions tagged as 'firebase'

0
answers

Firebase Database - Event-based notifications

I have a project that needs to send notifications when certain data is added to the Firebase. I did several web searches, but I could not find a way that would work to implement this notification. I saw in the Firebird documentation that yo...
asked by 19.04.2017 / 21:29
0
answers

Doubt with Firebase

After hearing about Firebase, and reading about it, I decided it was a good idea to test its use in my Unity application. I read the documentation, followed the configuration tutorials, and even set the authentication rules so that even unaut...
asked by 09.05.2017 / 17:24
1
answer

View child from Firebase on Ionic

Hello I have a project on Ionic that I need to show some promotions, however I need to "update" them after the launched app. For this I am using Firebase! I was able to display in the app what I need, however I need to filter the child....
asked by 27.05.2017 / 01:11
0
answers

How to create an activity where the user can create an in-app profile

I'm developing an application and in this application the user can create a profile for him, with his name, photo, email, etc. My question is this part of the photo, how do I insert some element in the layout where the user can insert a photo...
asked by 05.04.2017 / 15:26
0
answers

Firebase Auth with Facebook - Save information in RealDatabase

Well, I'm using FirebaseAuth to authenticate to my Android app with social networks like Facebook and Google, but with Google Login I can do more than authenticate, save the data of the user returned already with Facebook I can not do the same,...
asked by 19.03.2017 / 18:07
0
answers

The Firebase class is not being found for import

I've done the following process below: dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module...
asked by 20.02.2017 / 16:41
0
answers

Recover child within getKey

I have a Recycler adapter with a populateViewHolder which when I click takes the child's key in the firebase, in the case of the image below it takes KeGVDMcSt0v5HICwuUm @Override protected void populateViewHolder(ChatViewHolder vie...
asked by 04.03.2017 / 02:32
0
answers

Firebase database or API rest PHP MySQL. Which is the best choice and which Google recommends [closed]

I finished college at the end of the year. I did Analysis and Development Systems, and there I had programming class for mobile devices, specifically for Android. In the class the teacher taught to develop the persistence of data on a API in PHP...
asked by 27.01.2017 / 13:43
1
answer

Told Firebase Android [closed]

So I'm having a project here from an appblog, Ineedhelpnowtogetthetanned.mDatabaseLike=FirebaseDatabase.getInstance().getReference().child("Likes"); } }); viewHolder.mLikeBtn.setOnClickListener(new View.OnClickListener() {...
asked by 31.12.2016 / 17:07
1
answer

Firebase database query in "relation" sorted

Given the documentation I got the following bank structure { "users":{ "5511995278831": { "name": "User 1", "email": "[email protected]", "about": "sdf sdf sdf", "sms_code": "10",...
asked by 29.12.2016 / 13:38