Posts by user3140824 • 99 points
5 posts
-
0
votes1
answer24
viewsQ: How to reference userid and issue a notification in firebase
I’m having the following structure of the real time database: And I am trying to create a trigger so that whenever a message is added in user003 I send a notification through FCM my function is not…
-
0
votes1
answer76
viewsQ: Checkbox shows error in console when changing Checked state
I’m doing a checkbox search to do when it’s fake and when it’s true to change the status cheked and is making the following mistake: Error: Expressionchangedafterithasbeencheckederror: Expression…
-
3
votes1
answer417
viewsQ: Async/Await does not work with callback
I have a function that converts an image to base 64 but I want only when the console.log('1') run; should appear is the place where I run a post but even inside the arrowFunction it makes the…
-
2
votes1
answer78
viewsQ: How to search keywords in a Json
I have a JSON returning me the following fields: { "titulo": 'Primeiro contato', "texto": 'Olá gostaria de fazer uma sugestão para vocês' } I’m trying to do the following check foreach ($data as…
phpasked user3140824 99 -
4
votes2
answers121
viewsQ: How to return all content from a JSON?
I have a JSON file in the following template: [ { "id": 1 "nome": "José" }, { "id": 2 "nome": "João" } ] And I’m making the following JSON server in PHP so that I get the entire JSON back. The way…
phpasked user3140824 99