Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firebase db schema #2

Open
GrayChoi opened this issue Jul 5, 2017 · 0 comments
Open

firebase db schema #2

GrayChoi opened this issue Jul 5, 2017 · 0 comments
Assignees
Labels

Comments

@GrayChoi
Copy link
Owner

GrayChoi commented Jul 5, 2017

const dbSchema = {
  users: {
    UID: {
      forms: {
        ID: {
          key: 'firebaseKey',
          createdAt: '1234567',
          updatedAt: '1234567',
          name: 'form',
        }
      },
      formItems: {
        FORM_ID: {
          ID: {
            key: 'firebaseKey',
            createdAt: '1234567',
            updatedAt: '1234567',
            type: 'input',
            label: 'インプット'
          }
        }
      }
    }
  }
};
@GrayChoi GrayChoi changed the title db schema firebase db schema Jul 5, 2017
@GrayChoi GrayChoi self-assigned this Jul 5, 2017
@GrayChoi GrayChoi added the design label Jul 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant