Thanks for tuning in! Don't forget to tune in again next week on November 5th (20:00 CEST / 11:00 PST / 14:00 EST / 19:00 UTC): ruclips.net/user/liveRXAV7hBW7qY The "Get to know Cloud Firestore" play list I was talking about at the end of the stream is here: ruclips.net/p/PLl-K7zZEsYLluG5MCVEzXAQ7ACZBCuZgZ&si=37RRmWj0OzSdDPlk
also: you could write a custom HTTP handler which returns the stored data, that's pretty simple, and just use a generated url to point to the internal data.
As we will be storing the data in Firestore, the HTML source will be stored in a field on the artifact documents. This is something I am going to build in the next episode.
уоur navigationLink view modifier won't work with showing a chevron, ... there won't be a link then. the else branch should be something like ``` NavigationLink(value: value) { self } ```
Multiple reasons: to show how to do this. Often times, you *want* to hide the chevron (for example, when you have a full-bleed image in your row). Also, I wanted to re-create the optic of Apple’s Mail app.
Thanks for tuning in!
Don't forget to tune in again next week on November 5th (20:00 CEST / 11:00 PST / 14:00 EST / 19:00 UTC): ruclips.net/user/liveRXAV7hBW7qY
The "Get to know Cloud Firestore" play list I was talking about at the end of the stream is here: ruclips.net/p/PLl-K7zZEsYLluG5MCVEzXAQ7ACZBCuZgZ&si=37RRmWj0OzSdDPlk
also:
you could write a custom HTTP handler which returns the stored data, that's pretty simple, and just use a generated url to point to the internal data.
As we will be storing the data in Firestore, the HTML source will be stored in a field on the artifact documents. This is something I am going to build in the next episode.
уоur navigationLink view modifier won't work with showing a chevron, ... there won't be a link then.
the else branch should be something like
```
NavigationLink(value: value) {
self
}
```
Yep - that's right. Thinking while streaming is hard 🙂
Why did you choose to hide the built-in chevron instead of just removing the line you added to include the chevron as a system image?
Multiple reasons: to show how to do this. Often times, you *want* to hide the chevron (for example, when you have a full-bleed image in your row). Also, I wanted to re-create the optic of Apple’s Mail app.