I face a problem.
I want to use social loggning to my Flutter APP which is connected to Wordpress backend, so the users can login with google for exemple and this logning save on the backend wordpress.
Is there any one can help me with that?
Related
I have a WordPress website that shows listing of some properties(Ad space) I don't have any idea how WordPress work i want to show that listing in my flutter app, how can I find that API which shows data in WordPress web
Wordpress web Theme using rental hive theme and I also see some plugins in wordpress like json api & JWT Auth
I would like to know if there is a way to receive notifications in a flutter app through a WordPress website without installing any WordPress plugin?
I am working o a project where I am using Gatsby for front-End and WordPress as a headless CMS for the back end but now I want to add user registration, authentication and a client area which will only be available to authenticated users but I am lost as to how to implement this functionality
I can fetch data from WordPress but I don't know how to send and then process that data in WordPress,
any ideas or guidelines will be much appreciated
We have a similar setup on a project, just with Next.js.
We use Firebase for the authentication process and have the whole setup with user profile, notifications, etc.
Here is a how-to for integration Firebase Authentication into Gatsby
I was trying to build a grocery app using flutter with woo-commerce as a backend. there is an app already with the same woo-commerce using native code but no source code available is there any way to get the cart API used in the old app as I have the admin account and other data of woo-commerce site??
it is only possible if you have that web App Api then you can get the data and if you have the access of that web app admin panel why you not create another api for your self and make flutter app on that api..
i think this is the only solution you have to resolve this problem
url: '/wp-json/wc/store/cart/add-item',
I'm building a new site using NextJS and Wordpress for the backend. I serve data from my Wordpress site with no problem at all but...how do I send an email using a contact form with the Wordpress REST API. You can achieve this using Wordpress plugins, but, how do you do that without them? I'm not an expert on PHP, so any help/indication is appreciated.
Thanks!