Is it possible to save images to a firebase database?

For my application, I need to be able to store Images in Firebase. I have found tutorials for saving text to a database. Is it possible to do this with images?

Yes, you use Firebase Storage, instead of Realtime Database. This assumes you have your own Firebase project up and running. The approach for storage is slightly different to data. There is an extension you can use to upload or download files, or coming soon, my no extensions/blocks only effort (admitedly with a quick visit to the OAuthPlayground)