Тёмный

Integrating Laravel with Firestore 

Seven Stac
Подписаться 363
Просмотров 12 тыс.
50% 1

Adding Firestore Database to existing Laravel Project.

Опубликовано:

 

7 мар 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 71   
@mau724
@mau724 3 года назад
Monstruo, maquina, fiera, tifón, te la dedicare hoy padrino
@thornsonita9049
@thornsonita9049 3 года назад
Thanks so much for this video brother
@muhammadnabeelakram7835
@muhammadnabeelakram7835 2 года назад
Ma SHA ALLAH , Very Good , Rellay appreciate able. Best solution for me.
@syedhs
@syedhs 2 года назад
Thank you.. I got it done by just following this youtube..
@KamalKhan-bc8lz
@KamalKhan-bc8lz Год назад
Thank You bro. It works. :)
@rogerivanosaldecauich4562
@rogerivanosaldecauich4562 3 года назад
You save us, thanks.
@mohammedelatbany5950
@mohammedelatbany5950 3 года назад
Thanks so much bro
@Andrey-bv4vz
@Andrey-bv4vz 2 года назад
Esta información vale millones, mi p*to padre
@lakeshbhattarai9449
@lakeshbhattarai9449 3 года назад
Brother, I am kind of new to laravel. The scenario is that I have a Flutter eCommerce app with Firebase as backend. I want to develop an admin panel with laravel through which we can add,remove or update product in Firebase. Is it possible to do so?
@sevenstac
@sevenstac 3 года назад
Yes you can if the both apps have been linked to the same database . ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-CMvGB12pdOw.html see this for CRUD.
@mau724
@mau724 3 года назад
Are you going to upload more materal related?
@sevenstac
@sevenstac 3 года назад
Yes ...
@poonambharara9068
@poonambharara9068 3 месяца назад
Thank you, how to do with sdk cnd?
@sevenstac
@sevenstac 3 месяца назад
Never heard of this term, can you elaborate ?
@hamzabashir2598
@hamzabashir2598 3 года назад
can i get data from firebase for the google map ?
@sevenstac
@sevenstac 3 года назад
Don't know abt that , will see through it
@usamashakeel1210
@usamashakeel1210 2 года назад
When i enter /insert in url then it gives error Target class [firebase.firestore] does not exist.
@sevenstac
@sevenstac 2 года назад
( use Kreait\Firebase\Auth ) must be missing
@ramyadam6280
@ramyadam6280 3 года назад
Thankyou sire , but how to insert the data into firebase instead of firestore
@sevenstac
@sevenstac 3 года назад
See ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-0kmHdS1D0ns.html
@user-ch7gt3zx1f
@user-ch7gt3zx1f Год назад
I need to upload this project to the shared host
@sevenstac
@sevenstac Год назад
Sure you can use it. Just follow the method for uploading the regular laravel project
@GhulamAbbas-hf2uh
@GhulamAbbas-hf2uh Год назад
I am facing this issue after running /insert in browser "Undefined constant "firebase""
@sevenstac
@sevenstac Год назад
Are others functions working
@GhulamAbbas-hf2uh
@GhulamAbbas-hf2uh Год назад
@@sevenstac This is first line in web route file and it is showing error. I followed same three time and getting same error
@sevenstac
@sevenstac Год назад
Try 'composer update' once and check ... Seems like firebase is not been recognised
@layly7961
@layly7961 3 года назад
hello guys. How can I get document id from firestore?
@sevenstac
@sevenstac 3 года назад
$students = app('firebase.firestore')->database()->collection('Student')->where('id','==',3)->limit(1)->documents(); It is just an example, you can change for your data to retrieve document ID.
@layly7961
@layly7961 3 года назад
@@sevenstac ohhh really thank you friend.
@juanavila4154
@juanavila4154 3 года назад
Con MySQL (remoto) cual seria los pasos. Buen video sigue así. Saludos...!
@sevenstac
@sevenstac 3 года назад
gracias pero no sé sobre sql remoto
@toramonline1206
@toramonline1206 3 года назад
my problem: Problem 1 - google/cloud-firestore[v1.19.0, ..., v1.19.2] require google/gax ^1.1 -> satisfiable by google/gax[1.1.0, ..., v1.7.1]. - google/gax[1.1.0, ..., 1.3.1] require google/protobuf ^3.7.1 -> found google/protobuf[v3.7.1, ..., v3.15.6] but it conflicts with your root composer.json require (v3.3.0). - google/gax[1.4.0, ..., v1.7.1] require google/protobuf ^3.12.2 -> found google/protobuf[v3.12.2, ..., v3.15.6] but it conflicts with your root composer.json require (v3.3.0). - Root composer.json requires google/cloud-firestore ^1.19 -> satisfiable by google/cloud-firestore[v1.19.0, v1.19.1, v1.19.2]. Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. please help me
@sevenstac
@sevenstac 3 года назад
May I know which version laravel u are using Try composer update in root folder
@toramonline1206
@toramonline1206 3 года назад
@@sevenstac im use php 7
@toramonline1206
@toramonline1206 3 года назад
@@sevenstac but this problem solved
@riwajchalise8317
@riwajchalise8317 3 года назад
Hi seven stace, Can you please tell me how can we use where condition?
@sevenstac
@sevenstac 3 года назад
Use Laravel eloquent functions only $user->where('name', 'seven_stac'):
@riwajchalise8317
@riwajchalise8317 3 года назад
Great can you link me to the documentaries or a reliable resource.
@sevenstac
@sevenstac 3 года назад
github.com/kreait/laravel-firebase
@riwajchalise8317
@riwajchalise8317 3 года назад
@@sevenstac great can you please put light on how to get a child node. I couldn't find it.
@sevenstac
@sevenstac 3 года назад
Can you describe more, I didn't get it
@colombianfischer9517
@colombianfischer9517 9 месяцев назад
Cómo serían los pasos para instalarlo en Ubuntu? Muchas gracias
@sevenstac
@sevenstac 9 месяцев назад
It's the same just install gRPC and composer to Ubuntu , rest is same.
@ibrahimsebbane
@ibrahimsebbane 2 года назад
brother I thank you for this helpful video, but I'm looking now how to use AUth of laravel to link it to firestore
@sevenstac
@sevenstac 2 года назад
Are you asking to store the user AUTH details in firestore or use firestore as AUTH medium. Using firestore as AUTH medium is not suitable as the firebase has its own.
@ibrahimsebbane
@ibrahimsebbane 2 года назад
@@sevenstac thank you for reply,i need to login user in laravel using firestore data base
@sevenstac
@sevenstac 2 года назад
It's possible but not powerful as its own authentication system.
@ibrahimsebbane
@ibrahimsebbane 2 года назад
@@sevenstac no i mean i use Laravel authentication system but the user and password aare stocked inside firestore
@sevenstac
@sevenstac 2 года назад
We can store user information separately, but saving the password is not possible and not ethical.
@edgardonavas3485
@edgardonavas3485 Год назад
Ya no funciona con php 8 en 2023
@sevenstac
@sevenstac Год назад
Follow up with ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-75aEgBYaexg.html, this is updated. Still need to work on upgrading with other projects.
Далее
CRUD in Laravel with Firebase Database
6:50
Просмотров 10 тыс.
Laravel and Firebase
1:13:52
Просмотров 6 тыс.
One moment can change your life ✨🔄
00:32
Просмотров 8 млн
DOTA 2 - КЛАССИКА
19:17
Просмотров 187 тыс.
The Tools I Use to Build Products in Laravel
19:00
Просмотров 17 тыс.
Laravel Firebase Tutorial
16:38
Просмотров 3,4 тыс.
One moment can change your life ✨🔄
00:32
Просмотров 8 млн