How to write firebase Facebook and Apple login using laravel rest api?

|
MahdyAdel 2020-04-07 15:23:05
ok
MahdyAdel 2020-04-07 15:23:10
php artisan route:cache
sahilbalgotra 2020-04-07 15:23:41
MahdyAdel 2020-04-07 15:22:22
delete method= post in blade

Replace with?

MahdyAdel 2020-04-07 15:23:55
or this
MahdyAdel 2020-04-07 15:23:56
<form action=”/foo/bar” method=”POST”>
@method(‘PUT’)
Dev 2020-04-07 15:24:09
MahdyAdel 2020-04-07 15:23:10
php artisan route:cache

@sahilbalgotra You can try this first and let us know.

MahdyAdel 2020-04-07 15:24:39
Dev 2020-04-07 15:24:09
@sahilbalgotra You can try this first and let us know.

yes

sahilbalgotra 2020-04-07 15:25:29
Already created a route for cache let meh try
MahdyAdel 2020-04-07 15:25:49
ok
Dev 2020-04-07 15:29:33
sahilbalgotra 2020-04-07 15:19:33

As in this screenshot, the route addOrderNow30%off doesn’t have GET method declared.

sahilbalgotra 2020-04-07 15:30:08
Yes i am using post method
sahilbalgotra 2020-04-07 15:30:24
laravel_discuss-32330.jpg

sahilbalgotra 2020-04-07 15:33:14
Sending data via post method or vai put but error always shows get method not supported
Dev 2020-04-07 15:34:50
sahilbalgotra 2020-04-07 15:30:08
Yes i am using post method

By the way, I wonder how you are able to use 20%off like that in the URL as % is a special character which works as a *encoded character in the URL, for example %20 for space. When you do %20off and like that will show you a malformed URL request error. Check that part as well.

sahilbalgotra 2020-04-07 15:35:23
Okk
Dev 2020-04-07 15:40:07
LOL. What’s going on?
Dev 2020-04-07 15:40:29
Is that a sign that it works?
sahilbalgotra 2020-04-07 15:41:02
Yess
Dev 2020-04-07 15:41:07
Cool.
sahilbalgotra 2020-04-07 15:41:12
Url error
MahdyAdel 2020-04-07 15:41:15
the problem is slvrd
sahilbalgotra 2020-04-07 15:41:18
Brooooo
MahdyAdel 2020-04-07 15:41:36
Is the problem solved?
MahdyAdel 2020-04-07 15:41:46
صاغ
MahdyAdel 2020-04-07 15:41:50
why
Dev 2020-04-07 15:41:54
MahdyAdel 2020-04-07 15:41:36
Is the problem solved?

Yes. It is resolved.

MahdyAdel 2020-04-07 15:42:15
ineed why
sahilbalgotra 2020-04-07 15:42:25
Learned something new🤣🤣
Dev 2020-04-07 15:42:38
MahdyAdel 2020-04-07 15:42:15
ineed why

What why? You mean why it was the problem?

sahilbalgotra 2020-04-07 15:42:49
MahdyAdel 2020-04-07 15:42:15
ineed why

I am using 30% in url

MahdyAdel 2020-04-07 15:42:57
Dev 2020-04-07 15:42:38
What why? You mean why it was the problem?

yes

Dev 2020-04-07 15:43:19
He was using the special character in a way that should not be used.
MahdyAdel 2020-04-07 15:43:21
sahilbalgotra 2020-04-07 15:42:49
I am using 30% in url

this is the problem

sahilbalgotra 2020-04-07 15:43:24
% is special character that’s why
Dev 2020-04-07 15:43:28
% is a reserved special character.
MahdyAdel 2020-04-07 15:43:32
its ok
MahdyAdel 2020-04-07 15:43:37
very nice
Dev 2020-04-07 15:44:09
Instead, he could have just used 20off.
sahilbalgotra 2020-04-07 15:44:09
Dev 2020-04-07 15:43:28
% is a reserved special character.

Thanks 🙏🙇 broo

Dev 2020-04-07 15:45:07
sahilbalgotra 2020-04-07 15:44:09
Thanks 🙏🙇 broo

You are welcome. 😊

MahdyAdel 2020-04-07 15:45:25
ok
MahdyAdel 2020-04-07 15:45:47
im understand now
Nadeem🤓 2020-04-07 16:21:05
laravel_discuss-32366.jpg

Nadeem🤓 2020-04-07 16:21:39
Nadeem🤓 2020-04-07 16:21:05

Can any one explain me what is the problem

Dev 2020-04-07 16:27:50
Nadeem🤓 2020-04-07 16:21:05

Did you run composer install after cloning the repo?

PakCu17 2020-04-07 16:55:06
https://laraveldaily.com/advanced-laravel-20-topics-and-links-to-learn-them/

Advanced Laravel: 14 Topics and Links to Learn Them – Laravel DailyLaravel Daily
Quite often I get a question from junior developers like “how to get better at Laravel”, and there’s so much to study potentially that I decided to gather the topics and classify them somehow. Let’s begin. Notice: this is kind of a follow-up on my article How to Test Junior Laravel Developer Skills. Topic 1. […]
crazycaw 2020-04-07 18:10:49
hi, someone there?
2020-04-07 18:24:35
dacrixk 2020-04-07 08:22:04
I’m getting data in response but error code is 403, I tried to change error code and allow cors but still it not work

Check if database name is correct.

naveen5566 2020-04-07 18:43:19
Hi,
How to write firebase Facebook and Apple login using laravel rest api?
If you have any idea just help me sample code or sample link.
Thanks
Gowtham_Boopathiraj 2020-04-07 19:07:20
Hi
The browser closed or browser tab closed means
How to handle session and that time how to update value in table??
Please help
|