You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can create a record using write() and create(). Im using queyr().observe() to display the contents into my angular component. I have tested using fetch also with the same outcome. what happens is i can see the record being displayed after the create function creates the record. After i refresh the page and the app gets the data from the db. all the fields of the model are null (tested using console.log). but i can see my data in the _rawdata object
whats happening?
The text was updated successfully, but these errors were encountered:
i can add and see changes in the table being rendered, when i refresh the page., all the columns are visually blank but there are rows of data. here is console output. 'random name' once refreshed will become the same as the following object in page refresh. All fields null except _ raw has the data
I can create a record using write() and create(). Im using queyr().observe() to display the contents into my angular component. I have tested using fetch also with the same outcome. what happens is i can see the record being displayed after the create function creates the record. After i refresh the page and the app gets the data from the db. all the fields of the model are null (tested using console.log). but i can see my data in the _rawdata object
whats happening?
The text was updated successfully, but these errors were encountered: