I am new to Ionic and was wondering if there is a way to dynamically set a global variable and then have it for the rest of the app.
I have an app where on home page I ask user for Phone number and then verify their identity. Once verified I need to store/remember/retrieve for the rest of the app.
Is there a way I can do that rather than passing around it as a parameter?