I'm totally new to working with Firebase and have two simple questions about the pricing because I want to make sure I'm not exceeding my own price limit later on.
On the Firebase-Website it says in terms of authentication you're being charged per successful verification, does that mean I only have to pay every time a new user registers or do I also have to pay when an existing user is logging in or I'm retrieving data from a user profile?
Regarding the Firebase Realtime Database it says you're being charged depending on the amount of stored and downloaded data, so does that mean saving data to the Realtime Database is completely free and that I principally wouldn't have to worry about saving too many times?
(both are probably self-explaining, but I don't want to do any mistakes)
Thanks in advance :)