Skip to main content

All Questions

0 votes
2 answers
139 views

I'm using this firestore client that doesnt require GRPC and it is made by bensontrent GITHUB REPO: https://github.com/bensontrent/firestore-php The problem I have is that my index.php is not working ...
Ramburatskie's user avatar
0 votes
1 answer
96 views

I relatively new on using firebase on laravel and currently encountering an error in postman "Error: read ECONNRESET" everytime I run createUser what could be the problem? public function ...
ralphy's user avatar
  • 97
0 votes
1 answer
64 views

I'm trying to insert certain data into a firestore database document, but the error ERR_CONNECTION_RESET pops up. The connection itself goes through, there is a variable check in the code below, and ...
lxsenju's user avatar
0 votes
2 answers
74 views

I want to use Google's Firestore to save user data, while the backend uses PHP. So far I configured the access rules like this: rules_version = '2'; service cloud.firestore { match /databases/{...
samax's user avatar
  • 63
0 votes
1 answer
577 views

I am running (Windows) IIS with PHP 8.1, grpc + sodium. I have the credentials file from Google Firebase, and I'm just reading from a collection called "info". On the same machine I am ...
MiloTheGreat's user avatar
-4 votes
2 answers
171 views

I want to echo 5000 user's documents from Firerstore to an HTML table using Laravel but am getting an error "call to undefined method Google\Cloud\Firestore\QuerySnapshot::count()". Please ...
Tunde Adam's user avatar
0 votes
0 answers
65 views

I want to retrieve user's document more than 5000 from firestore to html table, i cant view the users table again because the document is more than 5000 but am getting error public function history(...
Tunde Adam's user avatar
1 vote
0 answers
74 views

i'm trying to set up a webhook to connect my stripe account to my firebase/firestore account and it's not working, i'm getting this message: webhook.php - Uncaught Error: Class "Google\ApiCore\...
Charles Hergott's user avatar
0 votes
0 answers
64 views

I'm new to php. i have users plans table(beta target, beta kopa, beta flex and users table) when a user withdraws, it sometimes debit the users plan table and wont debit the specific user main account,...
Happiness Jen's user avatar
-1 votes
1 answer
60 views

i am working on api in laravel for delete chats document in the firebase following is my code $collectionRef = $db->collection('chats'); $query = $collectionRef->where('participantId', '...
Timothy's user avatar
  • 77
1 vote
1 answer
148 views

Please am new to using Laravel and firebase. Please how do I compare the date inside my firebase with the current date, I want to check if the inserted date in my firebase is greater than or equal to ...
Pamy Pamly's user avatar
0 votes
1 answer
522 views

I am currently working on a PHP project using Firebase Firestore, and I plan to deploy the web application using Heroku. However, it turns out that Heroku does not support the gRPC extension. I have ...
Anthony Rafael's user avatar
1 vote
1 answer
37 views

I am trying to fetch firestore document via php but snapshot is not showing any record $collectionReference = $this->firestore->database()->collection('orders'); $...
Rishabh's user avatar
  • 177
0 votes
1 answer
155 views

I am currently using Laravel to create an application that utilizes Firestore. I would like to extract only the data where a particular field in the collection retrieved from the Firestore is NULL (...
autumn's user avatar
  • 131
0 votes
1 answer
67 views

I am trying to reach any e-mail in this collection, but I did not know i try to right $document->data()['email'] but give me this error my firebase my code is : public function index() { $...
Mahmod Algeriany's user avatar

15 30 50 per page
1
2 3 4 5
9