Can we run two Firebase Function projects with the emulator at the same time? We want to test the interaction of two Firebase Function projects locally. We ha
I would like to use a modify version of stripe_ios library in flutter_stripe library to include a missing functionality I added. for that I downloaded both libr
I want to implement firebase real time one to one chat with firebase cloud messaging notifications when other user is background or current using application. I
I'm trying to create a new column in the same dataframe with certain greater than or less than conditions using 'when, like the following: df = df.withColumn(
I created class based functions in my project. Scroll class is to create smooth scroll behaviour using translateY property. The second one called SideNavigation
I am trying to replicate MySQL Aurora database to another MySQL Aurora. Always its creating the database with the same name as source. Is there any way to speci
I have this implementation: Invoice - Hold info about Invoices import Foundation class Invoice { var content: String? var createdAt: Date? v