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?
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 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 have a wordpress website and now I have made an android application also. Now I want that whenever I publish a post on wordpress site, a notification should pop-up on the android app for all users who have installed my android app and when a user click that notification it should open the link of that post in the webview inside the application.
I have tried Firebase Cloud Messaging but I haven't encountered any way to automate this thing.
Have you tried to use the save_post hook ?https://developer.wordpress.org/reference/hooks/save_post/
You could make a call to Firebase when you save it to automate this procces.
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?