firebase tag

75 questions


2 answers
90 views
0
The fetch method does not work when scraping with cheerio-httpcli in actions on google

This is my first time to ask a question.At Google Home, I'm creating an app that tells you which characters are disadvantageous to the characters in a match game.It is being processed through Dialogfl...


1 answers
78 views
0
Understanding QuerySnapshot Values Returned by Cloud Firestore Library in JavaScript

I would like to ask you about the return value in the Cloud Firestore library.Regarding the value returned when executing the code below, is this an instance?For example, if I want to retrieve the 'te...


2 answers
39 views
0
Multiple get() conditions in Firebase security rules do not work as expected.

The Cloud Firestore security rules are set as follows:service cloud.firestore{ match/databases/{database}/documents{ match/collectionA/{someID} { function checkA(){ return get(/databases/$(database)...

1 years ago

1 answers
63 views
0
Can GoogleCloudMessage be used for new projects?

Select GoogleCloudMessaging in GoogleCloudPlatform API manager I am going to go to Firebase Cloud Messaging and let them use it.The description page in monaca is still from the GCM era, and I would li...

1 years ago

2 answers
43 views
0
About Swift Firestore Result

I am worried about the following error handling in the Firestore document.https://firebase.google.com/docs/firestore/query-data/get-data?hl=jalet docRef=db.collection(cities).document(BJ)docRef.getDoc...

1 years ago

1 answers
92 views
0
I want to transition to a different page depending on the condition.

I want to transition router-link to a different page depending on the conditionsI am currently creating a login feature and I would like to make it impossible to transition to the dedicated page witho...

1 years ago

1 answers
81 views
0
I want to make a View transition while retrieving FireStore data.

The data is stored in the Firestore with the following data configuration:I would like to achieve the following transition.I think it's a transition that's likely to be used a lot, but I don't know ho...

1 years ago

1 answers
39 views
0
Firebase Data Retrieval

As the title says, I am having trouble getting information about the realtime database.Specifically, I'd like to go get information on the top tier of the json tree, but I can't get the data by specif...

1 years ago

1 answers
90 views
0
How to upload a file to Firebase storage using PHP (Larvel) and obtain its public URL

Using the following libraries in Ravel, I have confirmed that the file can be uploaded to Firebase storage.https://github.com/kreait/laravel-firebaseOfficial Documentationhttps://firebase-php.readthed...


1 answers
77 views
0
I want to display each user information in the modal in the table.

I want to get user information by pressing the modal button on each line in the tableI am currently using Vue.FireStore to create a virtual coin throwing app.Among them, I would like to add a modal fu...

1 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.