sync-firebase-with-google-sheets icon indicating copy to clipboard operation
sync-firebase-with-google-sheets copied to clipboard

Unable to add new users (rows on the spreadsheet) in Firebase

Open chetstone opened this issue 1 year ago • 0 comments

When you add a new User in Firebase, firebase-to-sheets should create a new row in the spreadsheet but does not. It might create an entry in the ID column, but nothing for, e.g., name or gender.

For this reason, it is very difficult to get started with firebase-to-sheets by itself. One has to implement sheets-to-firebase first. Then when a data structure and data in columns and rows are entered in the spreadsheet, and sheets-to-firebase pushes this structure to firebase, only then can existing data be modified on the firebase side and pushed back to the spreadsheet using firebase-to-sheets. But still, no new data (rows or columns) can be created on the firebase side, because it will not be pushed to the spreadsheet.

chetstone avatar May 16 '23 16:05 chetstone