0

I made a swift ios app where the user can create a profile and log into it via firebase.
But i made it with Authentication,not with Database.
(Im very beginner in Firebase and in Swift too.)

Is there any way to import the data from Users to a Database?

Frank van Puffelen
  • 499,950
  • 69
  • 739
  • 734

1 Answers1

0

There's nothing prebuilt for that. Most developers add the users to their database from within their client app when the sign-up (or sign-in) completes.

Also see:

Frank van Puffelen
  • 499,950
  • 69
  • 739
  • 734