This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0"> | |
<channel> | |
<title>DER SPIEGEL - Schlagzeilen - Tops</title> | |
<link>https://www.spiegel.de/</link> | |
<description>Deutschlands führende Nachrichtenseite. Alles Wichtige aus Politik, Wirtschaft, Sport, Kultur, Wissenschaft, Technik und mehr.</description> | |
<language>de</language> | |
<pubDate>Fri, 13 May 2022 12:31:11 +0200</pubDate> | |
<lastBuildDate>Fri, 13 May 2022 12:31:11 +0200</lastBuildDate> | |
<image> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Firebase | |
import Combine | |
// MARK: - CollectionReference | |
public struct CombineFIRCollection { | |
fileprivate let collection: CollectionReference | |
} | |
extension CombineFIRCollection { |