Hello all,
Let me preface this by saying I'm new to FF.
I'm developing an app with 3 collections and trying to link them using the document id. Currently there are 3 input forms for the user to add data and I want to have the document reference in each of the subsequent collections.
I'm having trouble passing the document reference after I create the document. I have my form and I've set page parameters to pass when navigating to the next page and I've tested displaying the Document ID but it either crashes (unexpected null value) or displays the default value I've set (0 in this case). It displays just fine in another page. I have even tried doing a back end call but I don't think that is the right way since later on I'll have more data.
Any help or suggestion would be greatly appreciated!