Skip to content

Instantly share code, notes, and snippets.

@aldidoanta
Last active March 25, 2020 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aldidoanta/33b2c7ee5552a8605eb079870b91513e to your computer and use it in GitHub Desktop.
Save aldidoanta/33b2c7ee5552a8605eb079870b91513e to your computer and use it in GitHub Desktop.
Workaround for editing data on pushtable.com; solves an issue where pushtable.com treats `timestamp` type as `string`

1. Log in to http://pushtable.com/, select the Firebase project. At the top-right panel, click Data.

Step 1

2. Select the collection, and then find the column whose type is supposed to be timestamp.

3. Select the dropdown next to the column name, and then click more.

Step 3a Step 3b

4. After the popup appears, change Input type to last updated (auto timestamp).

Step 4

5. Click the Save Field button.

Note

It doesn't solve the actual issue, but at least it prevents PushTable from auto-converting the value from timestamp to string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment