Combining streamlit pages

I have an already deployed streamlit app. Recently I learned about creating login/signup page using streamlit and firebase. I want to combine my already deployed app with the login/signup page such that user must be able to access the app only after successsful authentication on the login/Signup page.