firebase-to-supabase icon indicating copy to clipboard operation
firebase-to-supabase copied to clipboard

Firebase to Supabase Migration Guide

Results 22 firebase-to-supabase issues
Sort by recently updated
recently updated
newest added

Hi, I am getting an error of `Error: SASL: SCRAM-SERVER-FINAL-MESSAGE: server signature is missing at parseServerFinalMessage (D:\supafirebase\firebase-to-supabase\node_modules\pg\lib\sasl.js:161:11) at Object.finalizeSession (D:\supafirebase\firebase-to-supabase\node_modules\pg\lib\sasl.js:72:31) at Client._handleAuthSASLFinal (D:\supafirebase\firebase-to-supabase\node_modules\pg\lib\client.js:262:10) at Connection.emit (node:events:513:28) at D:\supafirebase\firebase-to-supabase\node_modules\pg\lib\connection.js:114:12 at Parser.parse...

bug

## What kind of change does this PR introduce? Bug fix ## What is the current behavior? When migrating auth from firebase to suppbase, the information stored in the "apple"...

I have users whose provider is custom token login in fireauth and phone. The reason why I use `custom token` was that firebase didn't provide kakao social login, even though...

enhancement

# Bug report ## Describe the bug When importing from firebase uids are not preserved. They're instead ignored and regenerated as new uuids. This prevents using nearly any imported firestore...

bug

# Bug report ## Describe the bug While using the auth solution in this repo, if you export a list of users to a .json and then attempt to import...

bug

The README for the hooks feature of the firestore migration code states that hooks can be created in a js file matching the name of the collection which is being...

## What kind of change does this PR introduce? Fixes the `unique_key` documentation example (most likely a typo) ## What is the current behavior? The `recordCounter` is undefined, the hook...

# Bug report ## Describe the bug Firestore data migration tool: When I try to import 245 rows from the JSON file, a bit over 25,000 rows get uploaded. I...

bug

# Bug report ## Describe the bug Getting collection, but when trying to run `node --trace-deprecation firestore2json.js firebase` getting `0 records written to firebase.json` ## To Reproduce Steps to reproduce...

bug

Hello guys, First of all, thanks a lot for this really helpful guide. Well, i manage to migrate the users to supabase but they failed to authenticate. How do i...