I have tested google cloud function with firebase realtime database. It worked perfectly fine. But what I want to know that can I use google cloud function to send and store data in 3rd party databases like (MongoDb, Dynamodb or any SQL database)?
Not only google cloud function but the other similar services like AWS Lambda and Azure function can I do the same with these. If Yes please do share the details.