Questions tagged as 'firebase'

1
answer

Keep login active in the application android (firebase)

Good morning, I'm having a hard time, I made an application using firebase authentication and every time the application is opened it asks for login, how do I keep this login active once it has been done and open the "restricted" part of the dir...
asked by 11.05.2017 / 15:25
0
answers

Error retrieving data from firebase with xcode

I'm having trouble retrieving information from firebase, see the codes: From what I understand in the errors I'm doing something wrong to recover the data, it must be something with the data dictionary ... I'm adding without error: To add...
asked by 05.05.2017 / 21:06
1
answer

Angularfire crashes browser when saved

Hello, I'm doing tests on Angularfire, and every time I save an object to the base, the browser crashes. The screen is up to date but I have to stop the execution of the tab and refresh the page for the browser to work properly again. Woul...
asked by 30.03.2017 / 22:01
1
answer

Keychain Sharing / Failed to create provisioning profile - xcode

I'm getting this error message when I try to create the provisioning profile: Failed to create provisioning profile. There are no devices registered in your account on the developer website. Plug in and select a device to have Xcode register...
asked by 15.03.2017 / 00:05
1
answer

Firebase RemoveValue

I'm tending to keep a list in the id firebase ... the intention is when hit the follow button if you do not have the id in the firebase add the id and if you have remove the id. I can only add and can not remove, can someone help me? mPost_key i...
asked by 08.04.2017 / 01:11
1
answer

Run the firebase in a single domain

I'm learning to work with firebase recently. I made a simple example by removing user authentication to chat. In this way I need to implement some kind of security, so I have two doubts regarding firebase security: How can I configure for...
asked by 14.03.2017 / 04:24
0
answers

How to instantiate the Firebase object for my URL, Help with the Error below

package br.com.netcriativa.umadeb.activity; import android.app.ProgressDialog; import android.content.Intent; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.v7.app.AppCompatActivity; import android.su...
asked by 10.03.2017 / 02:44
0
answers

How to access DOM element from within the clientsDAO.js model?

I'm doing a query to the database, and to display the result on a #form element of the form, Nodejs does not recognize the document.getElementById ('element'), nor jQuery. Error: ReferenceError: document is not defined My method: Clien...
asked by 13.03.2017 / 04:35
2
answers

Problem in recovering with Firebase

What is happening is as follows, when I click on the button (mLikebtn) it adds 1 value to child Like on firebase if I click again remove (Like Like Mechanics) ... the problem is when I exit the current activity and return, or when I quit the app...
asked by 23.02.2017 / 15:49
1
answer

How do I edit a child in firebase?

In the case there I make a comment and I retrieve, I wanted to know how to edit this child, the comment carries more information like user uid photo and name ... more I did not put it here. FirebaseRecyclerAdapter<Cont, BloviewHolderr>...
asked by 23.02.2017 / 16:37