Hi,
I have a facebook login service which works and returns user id and last name as requested.
So I am trying to login to appery DB using facebook "id" as name and "last name" as pass.
I set it up and on success of facebook,
invoke appery login and this works if user is already in appery DB and js navigation to profile screen follows.
If it a new user opens the app, facebook works as expected and it throws the error on appery login which is OK cause user is not registered,
So I have the appery signup service set to run on error but it doesnt invoke the service being called after the error of appery login service
Is there a good way to implement this?
Here is a screenshot so you can see the setup.
All services FB, appery login and signup services all run fine as stand alone services
Thanks