Streamlit Firebase Login with Google

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025

Комментарии •

  • @johnndelembi5972
    @johnndelembi5972 10 месяцев назад

    This is so much helpful, keep them coming sis, your videos are much better

  • @mohitsscs2608
    @mohitsscs2608 6 месяцев назад

    please keep complete video in a separate playlist, it is helpful for us, because when one video is finish another video is run that is not related to the last video

  • @PrajwalV-qp8ff
    @PrajwalV-qp8ff 11 месяцев назад +1

    hi thanks a lot for video

  • @aminewoo594
    @aminewoo594 10 месяцев назад

    But if you refresh pafe gonna lose session right? And user should keep login?

    • @haedar3039
      @haedar3039 10 месяцев назад

      Same as me, do you have an idea to solve that?

    • @beginnerscodezone
      @beginnerscodezone  10 месяцев назад +1

      Hey guys, check Repo: github.com/Ashwani132003/LangBot/tree/main ,
      Website: langbot-1.onrender.com/
      this is the complete repo for this project, see how i am creating global_state in main,py and calling account.py in Home.py . This way you can use it appropriately in your project.
      I am currently recording for this project, hopefully will upload within this week. Thanks, ask if you have any questions.

    • @haedar3039
      @haedar3039 10 месяцев назад

      @@beginnerscodezone it's work on my project 💯, thank you so much 😁

    • @UnderBrokenWings
      @UnderBrokenWings 4 месяца назад

      @@beginnerscodezone At which point does streamlit know to make the pages in your code? Am I not able to find it in your repo because perhaps you're not using the same methodology you used in your other videos (streamlit_option_menu)?

    • @beginnerscodezone
      @beginnerscodezone  4 месяца назад +1

      @@UnderBrokenWings You are correct, there are atleast 2 ways for creating multi-page website in streamlit, 1 way I have shown in my create multi-page streamlit video and the default one is by creating the Folder with name Pages and keeping the python files for different pages there, 1 page for each .py file where page name is same as file name.
      Both ways have their pros and cons, use whatever suits your use case, I hope it's clear, thanks