Questions tagged as 'firebase'

1
answer

Is it possible to publish to facebook through my system?

Hello, the question is simple, I want to do an integration of my system with facebook. I would like to know the steps necessary for me to be able to post to my system and automatically generate a post on a facebook page and also share those p...
asked by 28.03.2018 / 15:14
1
answer

Error saving rules in firebase console

What errors can occur in the firebase realtime database security rule console when setting my rules and what are they?     
asked by 08.04.2018 / 06:40
1
answer

Delete an auth firebase log

I need to delete a Firebase Auth record, I'm using the following code: FirebaseUser user = FirebaseAuth.getInstance().getCurrentUser(); user.delete().addOnCompleteListener(new OnCompleteListener<Void>() { @Override...
asked by 13.12.2018 / 17:15
0
answers

Can not convert object of type java.lang.String to type geoapp.cursoandroid.com.geoapp.model.Project

I have a Firebase data recovery method: public void recuperaProjetos(){ DatabaseReference projetosRef = firebaseRef .child("projeto") .child(idUsuario); projetosRef.addValueEventListener(new ValueEventListener(...
asked by 04.01.2019 / 15:19
0
answers

Table in Angular Material, problem with string interpolation

Alright? I have a problem when it comes to displaying the data in the material table, nothing appears ... If I change the tag: <table mat-table [dataSource]="dataSource" matSort class="mat-elevation-z8"> by <table mat-table [d...
asked by 22.12.2018 / 02:10
1
answer

Can anyone help me with angular 5 integration with firebase real time?

I need to integrate the firebase database with an angled application. 5. I got the code generated by the firebase, I created a firebase config file and put it there I did the import into the module. I'm having trouble writing at the bank and get...
asked by 04.05.2018 / 21:35
2
answers

I can not write data to my firebase

Error: Uncaught (in promise): Error: PERMISSION_DENIED: Permission denied Error: PERMISSION_DENIED: Permission denied My firebase configuration looks like this: service cloud.firestore { match /databases/{database}/documents { match...
asked by 27.08.2018 / 18:56
1
answer

Is Analytics for Firebase integrated with google analytics?

I wonder if Analytics for Firebase is integrated with google analytics because I do not want the marketing team to access the firebase to see the analytics. Thank you     
asked by 23.03.2018 / 13:53
1
answer

Error Can not convert object of type

This started to appear out of nowhere, apparently I did not change anything in the code and simply by making changes to other parts it appeared. Error: 12-07 07:47:43.652 8947-8947/br.com.tecmafandroid.projeto.tecmaf E/AndroidRuntime: FATAL...
asked by 07.12.2018 / 11:06
0
answers

CHILD DYNAMIC - ionic + firebase

I have a question about the getAll () method, how do I make the path to it have a variable, this variable is already captured in the html (I made the method of the respective ts it captures the button key) how do I send it to the Provider and ch...
asked by 28.12.2018 / 19:56