login

  1. Alexander Stolte

    Android Example [B4X] Supabase - Sign In Anonymously

    https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ Supabase now supports anonymous user login, the B4X library now too. https://supabase.com/blog/anonymous-sign-ins Create and use anonymous users to authenticate with Supabase Enable Anonymous...
  2. walterf25

    B4J Question Verify Email on Mobile and continue session on web browser

    Hi everyone, not sure if I will be able to make sense when asking the following question. I am working on an ABMaterial web app and I am using a firestore AuthRest API library to register new users, sign in existing users etc. When a new user creates a new account, I am using the...
  3. fernando1987

    Share My Creation UI login/registy using jdahsboardUI library + Source Code

    Hello, this is an example showcasing the latest features of the jdashboard UI library. I hope you like it. To make it work, you'll need the latest version of the jdashboard library. User: admin Pass: 1234 Download the compiled example here
  4. Alexander Stolte

    Android Example [B4X] Supabase - Authentification SignIn with Apple

    https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ In this example, we will take a look at how we can implement authentication using Apple sign-in to secure our application using the Supabase SDK for B4X. SignIn with Apple is currently only...
  5. Alexander Stolte

    Android Example [B4X] Supabase - Authentification SignIn with Google

    https://www.b4x.com/android/forum/threads/b4x-supabase-the-open-source-firebase-alternative.149855/ In this example, we will take a look at how we can implement authentication using Google sign-in to secure our application using the Supabase SDK for B4X. Configure the Client IDs on the Google...
  6. Alexander Stolte

    Android Example [B4X] Supabase - Authentification

    https://www.b4x.com/android/forum/threads/b4x-supabase-firebase-alternative.149855/ The client library does the work for you, you don't have to worry about renewing the access token or using and saving it. This is a very simple tutorial on how to use the auth options. A more detailed tutorial...
  7. Alexander Stolte

    Share My Creation [B4X] Login/Registry Ui kit with 4 designs Dark/Light [Payware]

    Hello, today I release my 1st ui kit, with modern and simple designs. Ready to use, can be added to any B4XPage project. You save a lot of effort in creating the layout. Good looking designs takes a lot of time and nerves. Features 4 Designs B4A and B4I ready Dark and Light mode Ready to use...
  8. james_sgp

    Android Question Use Wordpress User details as login

    Hi all, So I have an interesting proposition, I`ve been asked to make a B4X app that views and edits data for a WordPress website. I`m familiar which tables that data is stored, etc. But what I can`t quite grasp is how to I check the user login details (username/password) against the...
  9. desarrollo arg

    iOS Question Sign in with Apple and Firebase

    Hello, I wanted to know if I can create a login with iOS 12 and FireBase? My application uses FireBase. It is already integrated and working with login with Facebook and Google. I followed this tutorial from Erel, but it returns an error...
  10. Lucas Siqueira

    Share My Creation [B4XPAGES] DESIGNER LOGIN EXAMPLE - CODE B4X - UX DESIGNER

    Hi, my name is Lucas Siqueira šŸ‡§šŸ‡· ! I am very happy šŸ˜ to share with you the designer at B4XPAGES. I hope you like the layout and my contributions! šŸ¤“šŸ’» I'm in love šŸ„°šŸ˜ with B4X! Made with ā¤ in B4X
  11. josejad

    Spanish [B4XPages] jRDC2 + MySQL CRUD + Login

    Hola a todos: Por fin me he puesto a probar un poco con B4XPages, y he empezado a adaptar el ejemplo B4XPages + B4XDrawer Creo que he visto algunos ejemplos con php + mysql para hacer login, etc... pero he visto pocos con jRDC2. Los datos de la base de datos y la interfaz grƔfica son bastante...
  12. josejad

    Android Example [B4XPages] jRDC2 + MySql CRUD + Login

    Hi all: I'm starting (at last) to work with B4XPages, so I've started to adapt the B4XPages + B4XDrawer example. I think Iā€™ve seen more examples with php + mysql, but no projects with Jrdc2. Maybe the dummy data and the UI are too basic, but you can get some ideas. What do we need? - A...
  13. cklester

    B4J Code Snippet How To Show Sign In/Log In Window Prior to App Start

    Here is a simple example of the program flow of using a sign in dialog box before running your full app. Now with a minimal Windows titlebar, as is appropriate for a sign in window. This example depends on agraham's jReflection library.
  14. I

    Android Question (Solved)WebView Post

    Hi Guys I am looking for an example that shows how to invoke a login page in webview. The page requires POST and passing the user name and password in json format. Thanks in advance iCAB
  15. B

    B4J Question How to do B4J form stuff (hide, return login form details)

    For B4J: 1. Is it possible to hide an existing form before opening a new form? I don't mean closing a form but "hiding" it until some later time when you want to "unhide" it. 2. How do you "pass" data between forms without using globals? 3. I am currently creating a new code module for each...
  16. Marcus Araujo

    Android Example Solution for: Google Sign In Error 12500 x Internal Testing

    The problem: If anyone is using the Google Play's Internal Testing feature to make your app available for selected users, be aware that Google changes the app and therefore the APK signature - so Firebase-based services that require SHA-1 signature will NOT work properly. In my case, Google...
  17. uniplan

    Android Question Firebase facebook authorization changed? No photo profile and no email

    Hi, normally i use facebook firebase auth login, but from two days i don't receive the email and photo user profile, but only DisplayName and Uid ... I see in the facebook developer that we send our app for verify to preserve those authentication functions: user_friends user_link user_gender...
Top