All the three videos in this series are really helpful. Thanks for the efforts :)
@Firebase2 жыл бұрын
Thank you so much for the kind words, Manmohan! We're happy to hear you found them so helpful! Be sure to subscribe to stay updated on the latest with Flutter: goo.gle/FlutterYT 🙌
@ninini19284 жыл бұрын
Awesome. Following 3 parts of this really helped a lot in understanding it thoroughly. Thank you.
@devarajn59103 жыл бұрын
Totally enjoyed 3 video series of this!! great videos.
@md.shamiulislam17533 жыл бұрын
many thanks
@Firebase3 жыл бұрын
You are welcome
@rahul_salokhe4 жыл бұрын
Is there a limit to the number of short link for Firebase Dynamic Link create dynamically ?
@vhoraprakashkumarmahendrab32574 жыл бұрын
I have create Dynamic link,I send it in message ,Received also, but when I debug app with connecting iPhone to MAC I got parameter which I had pass in dynamic link and I show it in label but when I remove iPhone from MAC and text app through iMessage Link at that time I cannot get parameters which was passed with dynamic link.Here in both cases Link is same which I got in iMessage.i am using iOS 13
@rabnawazphulherwan79425 жыл бұрын
Your video is useful thank.But how i send dynamic link as push message with firebase in unity project for android ?
@klaussc60482 жыл бұрын
This part is most important, most helpful for me but hard to find this video...T.T.
@DuncanDay19902 жыл бұрын
is MyRecipes another struct for user created recipes?
@ketanpansheriya38384 жыл бұрын
User only create onetime dynamic link after that second time click on share button user share same link to other people.Can you please advice me about this?
@mohamadakmalshukribinmahmu15145 жыл бұрын
Hi Guys, when app is close, dynamic link not trigger to open detail specific page . Have any idea how to solve it ?
@peterson52426 жыл бұрын
What is a way to handle waiting for a user to login before doing something with query params?
@peterson52426 жыл бұрын
Ended up using NSUserDefaults. Thanks for the video btw :D cant believe I found your series few days after your upload.
@AymanShaabanELsayedDEVELOPER5 жыл бұрын
How to create it programmatically in android?How you forgot us?
@trevordevelops2 жыл бұрын
On iOS 16.1, when sharing through iMessage the link breaks down into its components. With "copy" or notes, or sharing to airdrop (anything other than imessage) the short link works as desired. However, with iMessage it breaks down for some reaons. Has anyone else encountered this issue? It does not seem to be a Firebase issue
@trevordevelops2 жыл бұрын
*Only happens when using ShareLink wihtout preview. Setting a preview solves the issue
@DuncanDay19902 жыл бұрын
@@trevordevelops ive hit an issue where without the preview, it doesn't work at all - gonna come back to this or just ditch overall and go with non Dynamic link
@sahailee5 жыл бұрын
I'm handling the dynamic links in the same way as you are where I need to send the user to a view controller in the app that would have to load the data to present in this view controller from the database. But for some strange reason, the block to observe the values which I have placed in my code's version of your method for getRecipeForID(recipeID: String) is being completely skipped. I have print statements set up so that I know that I've entered the getRecipeForID method, but inside the observe block nothing is printed not even my error handling, and then I have a print statement outside of the observe block at the end of the method which prints out. I observe this location before too in another part of my code and it works there, but when I press the dynamic link and go from the app delegate to that VC, the observation block is skipped. Writing to the database is also skipped. Does anyone have any ideas that could help me?
@sahailee5 жыл бұрын
I fixed my problem, it has to do with how firebase loads data asynchronously when in this instance I was trying to implement code as if it was synchronous. Just posting this just in case someone else has the same problem.
@MrQcomputing5 жыл бұрын
What if you don’t have a website. I just want to share app post(image and user) and have a dynamic link that opens the app or App Store
@sahailee5 жыл бұрын
You don't need a website, for the host you can just put your blundle id like so components.scheme = "https" components.host = "com.example.exampleApp" components.path = "/test" Just make sure the URI prefix is the same as the one firebase gives you which should be exampleapp.page.link
@nickstanislawski5 жыл бұрын
At the end of this video you edit a function in the app delegate to Handel incoming dynamic links. I do not see where you originally introduce this function. My dynamic link works I just cannot execute this function to bring users to a specific section of my app
@devarajn59103 жыл бұрын
You could do this in Appdelegate call back func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([UIUserActivityRestoring]?) -> Void) , or Scenedelegate callback func scene(_ scene: UIScene, continue userActivity: NSUserActivity)
@goodfriend19925 жыл бұрын
How do i skip the app preview page with REST api :( :(
@luisacastano53113 жыл бұрын
Leave socialMetaTagParameters empty.
@needmore72496 жыл бұрын
Please make Video How to Upload and Download images into Colloctaion View in Swift 4.2 xcode 10 Please