No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Firebase Login

    Help
    2
    5
    1279
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      timescale last edited by

      Could you please check my code tell me what is wrong with it. What I am trying to prepare a sign in and sign up page with firebase but i could not achive it.

      https://github.com/timescalexr/gooatin

      1 Reply Last reply Reply Quote 0
      • Shone
        Shone last edited by

        @timescale Can you be more specific please, what is the problem, what files should we look (signin.vue and signup.vue are empty)…?

        T 1 Reply Last reply Reply Quote 0
        • T
          timescale last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • T
            timescale @Shone last edited by

            @shone
            What ı have tried is construct a login page (login.vue) to load other pages (signin.vue and signup.vue). But it does not work. I could not figure out login page using firebase.js.

            1 Reply Last reply Reply Quote 0
            • Shone
              Shone last edited by

              @timescale I see that you are using window.location = '/signin' in your login method, you shuld use Vue Router for that… I’m not sure that I understand why would you use login.vue to load signin and signup pages… Login and signin shoud be the same.

              Make sure that you understand what you want to make, try drawing it on the paper.
              Also you have to track user state (vuex for example), when users made successfull login to firebase, update the state in vuex for example userLogedIn = true.

              Note: Make sure that you understand how Vuejs works before using quasar it will be much easier for you.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post