Problem 1:
14 users (users table rows) got created without data at all except for ID, created, updated recently and similar thing happened a couple of months ago as well.
Since bulk deletion in users table does not work, I need to delete each row one by one, which is inconvenient.
Did anyone face the same issue? if so, what would be solution to prevent this reoccurring issue?
Problem 2:
Google sign-on does not work on native app(I assume it might be due to the name difference between package name in firebase and Adalo but not too sure) and make.com does not tend to send automated emails when a user signs up via google sign on on the web app
It would be great if anyone could share thoughts on these problems and solution for them
It’s difficult to say what’s the issue without detailed investigation, but I think these 2 issues might be related.
The most usual mistake with an empty row is when you have an extra “create user” somewhere (instead of just having “Sign Up”). But usually it should not allow you to create a user without an email.
But as you are using Google Sign-up, that might be an issue. I recall that I had an experience of having extra records in Users collection after incorrectly configured login, but I can’t remember the details now and wasn’t able to reproduce the issue (in my old test app signup/login just works ). So I’d focus on fixing Google Sign-up first.
Make.com not sending email is a completely separate issue - to provide any comments we need to know how is it set up. If the problem is specific to Webapp, and I assume you’re using Custom Action after signup, you can see if this action is being executed or not in the browser debug console.