We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
めっちゃ一時的な対応策としては、各ページ(event.vueとかtalk.vue)とかのcreate時にログインユーザーがnullならrouter.push('/') みたいにpushすることかな
router.push('/')
Sorry, something went wrong.
その対策のだめなとこはなんなん?
各コンポーネント毎に対応が必要で、実装としてスマートじゃなさそうなのが一番。 (ver1ではないやろうけどver2以降で認証が必要な画面が追加される可能性はある、その度に対応せなあかん)
これは別の話やけど、リダイレクトするときに遷移元のパラメータを持たせることで ログインしたあと遷移元に戻ってこれるようにしたいな
グローバルナビゲーションガードとルーティング設定にメタデータを入れればできそう。ただfirestoreの情報を読みにいく必要があるので実現できるかはやってみないと分からない
これはv2で対応かな(project紐づけておきます)
tetuomi
syu-kwsk
oshanQQ
No branches or pull requests
The text was updated successfully, but these errors were encountered: