Yes, you can run OneAll social login entirely from your Node/Express backend. Instead of using their front-end widget, your React Native app simply calls an endpoint like /api/auth/facebook, and your server handles the OAuth redirect, receives the c…